import { CoreNavegationDrawerService } from "./core-navegation-drawer.service";
import { IMenuItem } from "../../models/ITopBar";
export declare class CoreNavegationDrawer {
    private navegationDrawerService;
    private currentUser;
    private isVisible;
    private menuGroups;
    private selectedIndex;
    constructor(navegationDrawerService: CoreNavegationDrawerService);
    selected: (item: IMenuItem) => void;
    private addMenuItem;
}
