export declare class cDialogHeader { title: string; subTitle: string; close: boolean; el: HTMLElement; componentWillLoad(): void; componentDidLoad(): void; componentDidUpdate(): void; render(): any; }