import type * as ReactTypes from "react"; /** * @deprecated This function uses the legacy `renderToString` API from React. * Use `prerenderStatic` instead, which can be configured to run with more modern * React APIs. */ export declare function renderToStringWithData(component: ReactTypes.ReactElement): Promise; //# sourceMappingURL=renderToStringWithData.d.ts.map