import type React from 'react'; export type ComponentRegistry = Readonly>; export declare function createComponentRegistry(...registries: readonly ComponentRegistry[]): ComponentRegistry; //# sourceMappingURL=componentRegistry.d.ts.map