import { RemoteComponentType } from '@remote-ui/types'; export declare function createRemoteComponent, AllowedChildren extends RemoteComponentType | boolean = true>(componentType: Type): Type & RemoteComponentType; //# sourceMappingURL=component.d.ts.map