import type { ToastContextValue } from '../types'; export declare const ToastContext: import("react").Context; export declare const useToastContext: (componentName?: string) => ToastContextValue;