import type { ReactElement } from 'react'; export declare function renderToBody(element: ReactElement): () => void;