import { EventEmitter, OnDestroy } from '@angular/core'; import { LAYOUT_TYPE, PepperiOption } from '@pepperi/ngx-lib'; import * as i0 from "@angular/core"; export declare class PepperiMenuComponent implements OnDestroy { key: string; label: string; disabled: boolean; xAlignment: string; options: PepperiOption[]; invertClass: boolean; controlType: string; layoutType: LAYOUT_TYPE; elementClicked: EventEmitter; notifyMenuItemClicked: EventEmitter; LAYOUT_TYPE: typeof LAYOUT_TYPE; constructor(); ngOnDestroy(): void; menuClicked(event: any): void; menuItemClicked(itemKey: any): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }