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