declare const useToasts: () => { addToast: (toastOptions: import("./Toast").ToastOptions) => void; closeToast: (key: string) => void; }; export { useToasts };