/** * Hook for accessing the widget plugin registry. * Used internally by the CustomWidget renderer to look up components. * * @internal */ export declare const useWidgetPluginRegistry: () => import("./widget-plugins/widget-plugin-registry.js").WidgetPluginRegistry;