import { AfterViewInit, ChangeDetectorRef, QueryList } from '@angular/core'; import { UIMenuItemComponent } from '../uimenu-item/uimenu-item.component'; import * as i0 from "@angular/core"; export declare class UIMenuComponent implements AfterViewInit { private cdr; nodes?: QueryList; class: string; buttonText?: string; buttonClass: string | undefined; constructor(cdr: ChangeDetectorRef); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class UIMenuDropdownComponent implements AfterViewInit { nodes?: QueryList; class: string; buttonText: string | undefined; buttonClass: string | undefined; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }