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