/// import type { RegistryCategory } from "../types"; export declare function createProxy(base: TBase, renderForTag: (tag: any) => React.ForwardRefExoticComponent, category: RegistryCategory): TProxy;