import type { NodeElementType, NodeInstance } from './types/node.type.js';
/**
 * Renders a Meonode instance into a DOM container.
 * @param node The Meonode instance to render (e.g., created with Div(), P(), etc.).
 * @param container The DOM element to mount the content into.
 * @returns The React root instance.
 */
export declare function render<E extends NodeElementType>(node: NodeInstance<E>, container: Element): import("react-dom/client").Root;
//# sourceMappingURL=client.d.ts.map