import * as React from 'react'; import { IOverlayProps } from './Overlay.types'; export declare const Overlay: React.FunctionComponent;