import React from 'react'; import { ToastProps } from '../../ui/common'; declare const Toast: React.FC; export default Toast;