import { EventEmitter } from '@angular/core'; import { DevConfigService } from 'ng-devui/utils'; import { Observable } from 'rxjs'; import { PanelType } from './panel.types'; import * as i0 from "@angular/core"; export declare class PanelComponent { private devConfigService; type: PanelType; cssClass: string; isCollapsed: boolean; hasLeftPadding: boolean; showAnimation: boolean; beforeToggle: (value: any) => boolean | Promise | Observable; toggle: EventEmitter; panelHeader: any; panelFooter: any; panelBody: any; constructor(devConfigService: DevConfigService); toggleBody(): void; canToggle(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }