import type { RemoteComponentType } from '@remote-ui/core'; import type { ReactComponentTypeFromRemoteComponentType } from './types'; interface Options { fragmentProps?: (keyof Props)[]; } export declare function createRemoteReactComponent, AllowedChildren extends RemoteComponentType | boolean = true>(componentType: Type | RemoteComponentType, { fragmentProps }?: Options): RemoteComponentType & ReactComponentTypeFromRemoteComponentType>; export {}; //# sourceMappingURL=components.d.ts.map