import React from 'react'; import { ToastPrivateProps, ToastProps } from './PropsType'; declare const Toast: React.FC; export default Toast;