import { ReactElement } from 'react'; export declare const render: (element: ReactElement, { container }?: { container?: HTMLElement | undefined; }) => { container: HTMLElement; }; export declare const cleanup: () => void;