import React from 'react'; import type { LoadingToastProps } from './interface'; declare const LoadingToast: React.FC; export default LoadingToast;