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