import { OnInit, ElementRef, EventEmitter } from '@angular/core'; export declare class LuciMenuComponent implements OnInit { private eRef; isNested: boolean; menu: any[]; menuText: ''; icon: string; isOpen: boolean; isIconListMenu: boolean; menuButtonCls: string; menuContainerCls: string; isIconMenu: boolean; buttonMenu: boolean; innerIcon: string; isMenuSelect: boolean; classList: string; updateSelectedItem: EventEmitter; selectedItem: any; selectedChildItem: any; hoverItem: any; clickout(event: any): void; constructor(eRef: ElementRef); ngOnInit(): void; selectListItem(event: any, item: any): void; getIcon(): string; selectChildListItem(item: any): void; showChild(event: any, item: any): void; }