/// <reference types="react" />
export declare const ModalOverlay: ({ children }: {
    children: any;
}) => JSX.Element;
