import type { ComponentChild } from "preact"; export { serialize } from "./serialize.js"; /** The HTML a node renders to. */ export declare function html(node: ComponentChild): string; //# sourceMappingURL=render.d.ts.map