import type { ClientComponentMeta, RSCNode } from "../types.js"; import { escapeHtml } from "../../../html/html-escape.js"; export { escapeHtml }; export declare function renderAttributes(props: Record, tagName?: string): string; export declare function treeToHTML(node: RSCNode, clientRefs?: ReadonlyMap, clientManifest?: ReadonlyMap): Promise; //# sourceMappingURL=html-generator.d.ts.map