import { ReactText } from 'react';
import { ToastOptions, ToastContent } from 'react-toastify';
export declare function ToastError(content: ToastContent, options?: ToastOptions): ReactText;
