/// import { type ToastContainerProps } from 'react-toastify'; export type NotificationContainerProps = Omit & { hideProgressBar?: boolean; }; export declare const NotificationContainer: (props: NotificationContainerProps) => JSX.Element;