import { MenuItem } from '../common/menuitem'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "@angular/router"; export declare class BasePanelMenuItem { handleClick(event: any, item: any): void; } export declare class PanelMenuSub extends BasePanelMenuItem { item: MenuItem; expanded: boolean; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } export declare class PanelMenu extends BasePanelMenuItem { model: MenuItem[]; style: any; styleClass: string; multiple: boolean; animating: boolean; collapseAll(): void; handleClick(event: any, item: any): void; onToggleDone(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } export declare class PanelMenuModule { static ɵmod: i0.ɵɵNgModuleDefWithMeta; static ɵinj: i0.ɵɵInjectorDef; }