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