import React from 'react'; import { OverlayProps } from './PropsType'; declare const Overlay: React.FC; export default Overlay;