import { ReactNode } from '../../shims/react-compat-shim.js'; import { ImporterDefinitionWithDefaults } from './types'; export declare function ImporterDefinitionProvider({ importerDefintion, children, }: { importerDefintion: ImporterDefinitionWithDefaults; children: ReactNode; }): any; export declare function useImporterDefinition(): ImporterDefinitionWithDefaults; //# sourceMappingURL=hooks.d.ts.map