import type { ToastContextValue } from '../../../core/types';
export declare const ToastContext: import("react").Context<ToastContextValue | null>;
