import type { SchemaType } from '../schema-types/schema-type'; import type { NestedRegisterContentParams, RegisterComponentParams, RegisterContentParams, RegistrationBundle } from './types'; export declare const bundle: , ExtraProps = {}>(params: RegisterContentParams) => RegistrationBundle; export declare class ComponentRegistryWrapper { private readonly params; constructor(params: RegisterComponentParams); bundle(params: NestedRegisterContentParams): RegistrationBundle; } export declare const initializeComponentBundle: >(params: RegisterComponentParams) => ComponentRegistryWrapper;