import * as React from 'react';
export declare const ModalOverlay: ({ children }: {
    children: any;
}) => React.JSX.Element;
