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