import type { ElementMap } from './PluginTypes'; /** * Get all ElementPlugin elements from the plugins context * @returns ElementPlugin mapping as a Map of plugin name to component type */ export declare function usePluginsElementMap(): ElementMap; export default usePluginsElementMap; //# sourceMappingURL=usePluginsElementMap.d.ts.map