import { EventEmitter, ElementRef, QueryList, TemplateRef, AfterContentInit } from '@angular/core'; import { BlockableUI } from 'primeng/api'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "primeng/api"; import * as i3 from "primeng/ripple"; export declare class Panel implements AfterContentInit, BlockableUI { private el; toggleable: boolean; header: string; collapsed: boolean; style: any; styleClass: string; expandIcon: string; collapseIcon: string; showHeader: boolean; toggler: string; collapsedChange: EventEmitter; onBeforeToggle: EventEmitter; onAfterToggle: EventEmitter; transitionOptions: string; footerFacet: any; templates: QueryList; iconTemplate: TemplateRef; animating: boolean; headerTemplate: TemplateRef; contentTemplate: TemplateRef; footerTemplate: TemplateRef; id: string; constructor(el: ElementRef); ngAfterContentInit(): void; onHeaderClick(event: Event): void; onIconClick(event: Event): void; toggle(event: Event): boolean; expand(event: any): void; collapse(event: any): void; getBlockableElement(): HTMLElement; onToggleDone(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class PanelModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }