export interface WidgetHeaderViewProps { states: { loading: boolean; }; data: { name: string; text: { buttontext: string; headertitle: string; leadPath: string; }; }; } export declare function WidgetHeaderView(props: WidgetHeaderViewProps): any;