import type { ToastPlugin } from './definitions'; declare const Toast: ToastPlugin; export * from './definitions'; export { Toast };