import { AfterContentInit, ElementRef, EventEmitter, QueryList, TemplateRef } from '@angular/core'; import { BlockableUI } from '@axulus/uikit/api'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "@axulus/uikit/ripple"; import * as i3 from "@axulus/uikit/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(): 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; }