import React from 'react'; export declare type OverlayProps = {}; declare const Overlay: ({ children }: React.PropsWithChildren) => JSX.Element; export default Overlay;