import { ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ExpansivePanelComponent implements OnChanges { private element; disabled: boolean; expanded: boolean; constructor(element: ElementRef); ngOnChanges(changes: SimpleChanges): void; toggle(): void; private toggleThisTab; private openThisTab; private closeThisTab; private getTabs; private removeActiveTabs; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }