import React from 'react'; import { ToastsContextData } from './types'; declare const ToastsContext: React.Context; export default ToastsContext;