import type { SchemaType } from '../schema-types/schema-type'; import { ComponentRegistryWrapper } from './component-registry-wrapper'; import type { RegisterComponentParams } from './types'; export declare const initializeComponentBundle: >(params: RegisterComponentParams) => ComponentRegistryWrapper;