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