/** * Resolves the widget registry from either the new `widgets` prop or the * deprecated `getWidget`/`isValidWidget` props and syncs it to the shell store. */ export declare function useWidgetRegistry({ widgets, getWidget, isValidWidget }: { getWidget: any; isValidWidget: any; widgets: any; }): void; //# sourceMappingURL=useWidgetRegistry.d.ts.map