import { AfterViewInit, ChangeDetectorRef, EventEmitter } from '@angular/core'; import { UIMenuDetailComponent } from '../uimenu-detail/uimenu-detail.component'; import * as i0 from "@angular/core"; export declare class UIMenuItemComponent implements AfterViewInit { private cd; label: string; action: EventEmitter; nodes?: UIMenuDetailComponent[]; hostMenuClass: boolean; displayStyle: string; constructor(cd: ChangeDetectorRef); clickEvent(a: any): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }