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