import type { ReactNode } from 'react'; import type { ToastOptions } from 'react-toastify'; export declare const toast: { error: (children: ReactNode, options?: ToastOptions, containerId?: string) => number | string; success: (children: ReactNode, options?: ToastOptions, containerId?: string) => number | string; warning: (children: ReactNode, options?: ToastOptions, containerId?: string) => number | string; }; //# sourceMappingURL=Toaster.d.ts.map