import React from 'react';
import { ToastProps, ToastInstance } from './type';
declare const Toast: React.ForwardRefExoticComponent<ToastProps & React.RefAttributes<ToastInstance>>;
export default Toast;
