/// export interface WidgetViewProps { } export declare const WidgetView: (props: WidgetViewProps) => JSX.Element;