import { type RemoteReceiverNode } from '@remote-dom/core/receivers'; import type { RemoteNodeRenderOptions } from './types.ts'; /** * Renders a remote node to the host using React. * * @param node The remote node to render using React */ export declare function renderRemoteNode(node: RemoteReceiverNode, { receiver, components }: RemoteNodeRenderOptions): import("react").JSX.Element | null; //# sourceMappingURL=node.d.ts.map