import { type PluginModuleMap } from './PluginTypes'; export declare function getDashboardPlugins(plugins: PluginModuleMap): JSX.Element[]; /** * Get all DashboardPlugin elements from the plugins context * @returns Array of DashboardPlugin elements */ export declare function useDashboardPlugins(): JSX.Element[]; export default useDashboardPlugins; //# sourceMappingURL=useDashboardPlugins.d.ts.map