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