/// import { BoxProps } from 'theme-ui'; export declare type OverlayProps = BoxProps; declare const Overlay: React.FC; export default Overlay;