import { ElementRef, OnInit, TemplateRef } from '@angular/core'; export declare class ExgSectionpanelComponent implements OnInit { content?: TemplateRef; hiddencontent?: TemplateRef; caption: string; id: string; showPanel: boolean; constructor(); ngOnInit(): void; onClick(): void; }