import { VNode } from "./common"; export declare function renderToString(rootNode: VNode): string;