import { OnInit, EventEmitter } from '@angular/core'; import { EclBaseEvent } from '../../model/ecl-base.event'; import { ECLBaseDirective } from '../ecl-base.directive'; import * as i0 from "@angular/core"; export declare class EclExpandableToggleEvent extends EclBaseEvent { isExpanded: boolean; constructor(isExpanded: boolean); } export declare class EclExpandableComponent extends ECLBaseDirective implements OnInit { isExpanded: boolean | any; collapsedLabel: string; expandedLabel: string; toggle: EventEmitter; get cssClasses(): string; ngOnInit(): void; onButtonClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=ecl-expandable.component.d.ts.map