import { EventEmitter, ElementRef, AfterContentInit, QueryList, TemplateRef } 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/ripple"; import * as i3 from "primeng/api"; export declare class Fieldset implements AfterContentInit, BlockableUI { private el; legend: string; toggleable: boolean; collapsed: boolean; collapsedChange: EventEmitter; onBeforeToggle: EventEmitter; onAfterToggle: EventEmitter; style: any; styleClass: string; transitionOptions: string; templates: QueryList; animating: boolean; headerTemplate: TemplateRef; contentTemplate: TemplateRef; constructor(el: ElementRef); id: string; ngAfterContentInit(): void; toggle(event: any): 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 FieldsetModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }