import * as i0 from "@angular/core"; export declare class SidebarActionMenuComponent { /** The title of the sidebar action. */ title: string; /** Toggle the sidebar action menu on expand. */ expanded: boolean; /** Width in pixels for sidebar action menu options. */ width: number; isExpanded(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * Directive selectors without adf- prefix will be deprecated on 3.0.0 */ export declare class SidebarMenuDirective { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class SidebarMenuTitleIconDirective { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class SidebarMenuExpandIconDirective { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }