import { ElementRef, OnInit, TemplateRef } from '@angular/core'; export declare class ExgPanelComponent implements OnInit { content?: TemplateRef; caption: string; value: any; id: string; constructor(); ngOnInit(): void; }