import { ToastProps } from './types.js'; export declare const ToastContext: import("react").Context<{ info: (toast: ToastProps) => void; error: (toast: ToastProps) => void; success: (toast: ToastProps) => void; }>;