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