export declare type ToastType = "text" | "loading" | "success" | "fail" | "html"; export declare type ToastPosition = "top" | "middle" | "bottom";