import './style';
import { TdToastProps } from './type';
export * from './type';
export declare type ToastProps = TdToastProps;
export { default as ToastPlugin } from './plugin';
