import type { RemoteComponentType } from '@remote-ui/types'; import type { RemoteRoot, RemoteChannel, RemoteRootOptions } from './types'; export declare function createRemoteRoot = RemoteComponentType, AllowedChildrenTypes extends AllowedComponents | boolean = true>(channel: RemoteChannel, { strict, components }?: RemoteRootOptions): RemoteRoot; //# sourceMappingURL=root.d.ts.map