import { FunctionComponent } from 'react'; import { OverlayProps } from './types'; export declare const Overlay: FunctionComponent;