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