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