import * as React from 'react'; import { ToastProps } from './Toast.types'; declare const Toast: React.FunctionComponent; export default Toast;