import { EventEmitter } from '@angular/core'; import { ThemesService } from '@progress-chef/platform-themes-service'; import { ExpansionPanelActionEvent } from '@progress/kendo-angular-layout/expansionpanel/events/action-event'; import * as i0 from "@angular/core"; export declare class ExpansionPanelComponent { private themesService; collapseIcon: any; expandIcon: any; title: string; subtitle: string; data: string; expanded: true | false; customHeader: boolean; disabled: boolean; expandCollapseAllowed: any; action: EventEmitter; constructor(themesService: ThemesService); onAction(e: ExpansionPanelActionEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_customHeader: boolean | string; static ngAcceptInputType_disabled: boolean | string; }