import { FC } from 'react';
import { Props } from './Overlay.types';
import './Overlay.style.scss';
/**
 * The Overlay component.
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
declare const Overlay: FC<Props>;
export default Overlay;
