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<any>): Promise<string>;
//# sourceMappingURL=renderToStringWithData.d.ts.map