/// export declare function registerWidget(key: string, component: React.ComponentType): void; export declare function getWidget(key: string): any;