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