import { ElementRef } from '@angular/core'; import { AccordionComponent } from './accordion.component'; import { PanelComponent } from '../panel/panel.component'; import * as i0 from "@angular/core"; export declare class AccordionPanelComponent extends PanelComponent { accordion: AccordionComponent; hostRef: ElementRef; title: string; collapsible: boolean; expandIconCls: string; collapseIconCls: string; _collapsed: boolean; get selected(): boolean; set selected(value: boolean); _panelCls: string; get panelCls(): string; set panelCls(value: string); _headerCls: string; get headerCls(): string; set headerCls(value: string); _bodyCls: string; get bodyCls(): string; set bodyCls(value: string); isFull(): boolean; isLast: boolean; constructor(accordion: AccordionComponent, hostRef: ElementRef); onClick(event: any): void; select(): void; unselect(): void; onClickCollapsibleTool(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }