import { ReactNode } from 'react';
declare const renderToBody: (children: ReactNode) => void;
export default renderToBody;
