import { ElementRef, Renderer2, OnDestroy, ChangeDetectorRef, AfterContentInit, QueryList, TemplateRef, EventEmitter } from '@angular/core'; import { MenuItem, PrimeNGConfig } from 'primeng/api'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "@angular/router"; import * as i3 from "primeng/ripple"; import * as i4 from "primeng/tooltip"; export declare class MenubarSub implements OnDestroy { el: ElementRef; renderer: Renderer2; private cd; item: MenuItem; root: boolean; autoZIndex: boolean; baseZIndex: number; mobileActive: boolean; autoDisplay: boolean; get parentActive(): boolean; set parentActive(value: boolean); leafClick: EventEmitter; _parentActive: boolean; documentClickListener: any; menuHoverActive: boolean; activeItem: any; constructor(el: ElementRef, renderer: Renderer2, cd: ChangeDetectorRef); onItemClick(event: any, item: any): void; onItemMouseEnter(event: any, item: any): void; onLeafClick(): void; bindDocumentClickListener(): void; unbindDocumentClickListener(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class Menubar implements AfterContentInit, OnDestroy { el: ElementRef; renderer: Renderer2; cd: ChangeDetectorRef; config: PrimeNGConfig; model: MenuItem[]; style: any; styleClass: string; autoZIndex: boolean; baseZIndex: number; autoDisplay: boolean; templates: QueryList; menubutton: ElementRef; rootmenu: MenubarSub; startTemplate: TemplateRef; endTemplate: TemplateRef; mobileActive: boolean; outsideClickListener: any; constructor(el: ElementRef, renderer: Renderer2, cd: ChangeDetectorRef, config: PrimeNGConfig); ngAfterContentInit(): void; toggle(event: any): void; bindOutsideClickListener(): void; hide(): void; onLeafClick(): void; unbindOutsideClickListener(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class MenubarModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }