import { IToastItem } from "./item"; import "./index.scss"; export declare const Toastr: { success: (data: IToastItem) => void; warning: (data: IToastItem) => void; error: (data: IToastItem) => void; info: (data: IToastItem) => void; };