import { AcceptedType } from './types'; export declare const Toastify: () => import("react/jsx-runtime").JSX.Element; export default Toastify; export declare const toast: { success: (arg1: AcceptedType, arg2?: AcceptedType) => void; error: (arg1: AcceptedType, arg2?: AcceptedType) => void; warning: (arg1: AcceptedType, arg2?: AcceptedType) => void; info: (arg1: AcceptedType, arg2?: AcceptedType) => void; alert: (arg1: AcceptedType, arg2?: AcceptedType) => void; };