import { ReactNode } from 'react';
import getContainer from './getContainer';
declare const renderToContainer: (children: ReactNode, container: Parameters<typeof getContainer>[0]) => import("react").ReactPortal | null;
export default renderToContainer;
