export declare class Panel { titles: string; desc: string; status: string; el: HTMLElement; componentDidLoad(): void; render(): any; }