import { FC } from 'react'; import { OverlayInterface } from './overlay.types'; export declare const Overlay: FC;