import { ToastOptions } from '../types'; export declare const useToast: () => { toasts: import('../types').Toast[]; show: (options: ToastOptions) => void; success: (message: string, options?: Partial) => void; error: (message: string, options?: Partial) => void; warning: (message: string, options?: Partial) => void; info: (message: string, options?: Partial) => void; }; //# sourceMappingURL=useToast.d.ts.map