export declare const useToast: () => { info: (toast: import("./types.js").ToastProps) => void; error: (toast: import("./types.js").ToastProps) => void; success: (toast: import("./types.js").ToastProps) => void; };