import * as i0 from "@angular/core"; export declare class MenuComponent { /** * Add a scrollbar if the height is more than `--nj-menu-max-height` (default to 224px) */ scrollable: boolean; get classes(): string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_scrollable: unknown; }