/// <reference types="react" />
export declare function ModalContainer({ children, style, onCloseRequest }: {
    children: any;
    style: any;
    onCloseRequest: any;
}): JSX.Element;
