import { ToastDispatch } from './types'; declare const useToast: () => ToastDispatch | null; export default useToast;