import { OnInit } from '@angular/core'; import { BllExpandPanelComponent } from './bll-expand-panel.component'; export declare class BllExpandComponent implements OnInit { multi: boolean; set noDisabledClass(value: any); get noDisabledClass(): any; private _noDisabledClass; panels: BllExpandPanelComponent[]; constructor(); ngOnInit(): void; closeOtherPanels(curPanel: BllExpandPanelComponent): void; currentPanelIndex: number; setActivePanel(index: number): void; addPanel(panel: BllExpandPanelComponent): void; removePanel(panel: BllExpandPanelComponent): void; }