/** * @uiName Widget Header */ export declare class WidgetHeader { ignored: boolean; /** * Path to the lead submit form * * @uiName Lead Path */ leadPath: string; /** * Users title in the program * * @uiName Header Title */ headertitle: string; /** * Text displayed on the header button * * @uiName Button Text */ buttontext: string; constructor(); disconnectedCallback(): void; render(): any; }