import { ChangeDetectorRef, AfterViewInit, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TakExpansionPanelComponent implements AfterViewInit { private _cd; expansionPanelHeader: ElementRef; style: string; class: string; constructor(_cd: ChangeDetectorRef); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }