import type { ComponentContextType } from "../types/base-components";
export declare const ComponentRegistry: (components: ComponentContextType) => ComponentContextType;
