import { Toast, ToastConfig } from '../components/Toast/toast.type';
interface ToastsContextType {
    createToast: (toast: Toast, config?: ToastConfig) => void;
}
export declare const useToasts: () => ToastsContextType;
export declare const ToastsProvider: ({ children, }: {
    children: React.ReactNode;
}) => React.ReactNode;
export {};
//# sourceMappingURL=ToastsProvider.d.ts.map