import type { FunctionComponent } from 'react'; import type { RemoteComponentRendererProps } from './types.ts'; /** * A component that can be used to render a list of children elements, without any * additional wrapping elements. This is typically used on the host to render the `remote-root` * element, which is a special element rendered by Remote DOM to translate between React * elements passed as properties and slotted elements. */ export declare const RemoteFragmentRenderer: FunctionComponent; //# sourceMappingURL=RemoteFragmentRenderer.d.ts.map