import { FC } from 'react'; interface ToastProps { text: string; } export declare const Toast: FC; export default Toast;