export declare const useComponentType: (componentName: string) => { componentType: string | undefined; load: () => void; };