import { FC } from 'react';
import { Props } from './Overlay.types';
import './Overlay.style.scss';
/**
 * The Overlay component.
 */
declare const Overlay: FC<Props>;
export default Overlay;
