import React from 'react'; import { ToastContextValue } from '../types'; export declare const ToastContext: React.Context; export declare const useToastContext: () => ToastContextValue;