/// export declare const useToast: () => { showToast: (text: string, position?: "top" | "bottom" | undefined, timeout?: number | undefined, fade?: boolean | undefined, contentLeft?: import("react").ReactNode, role?: "status" | "alert" | "log" | undefined) => void; hideToast: () => void; }; //# sourceMappingURL=useToast.d.ts.map