import type { ToastContextValue } from './ToastContext';
export declare function useToastContext(): ToastContextValue;
