import type { Child } from '../types';
export declare const renderToString: (child: Child) => string;
export default renderToString;
//# sourceMappingURL=render_to_string.ssr.d.ts.map