import React from 'react'; import { IToastContextType } from './ToastProvider.types'; declare const ToastContext: React.Context; export default ToastContext;