import type { ReactElement } from 'react';
export declare function renderToBody(element: ReactElement): import("./unstable-render").UnmountType;
