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