import type { ToastInstance } from './types'; declare const ToastController: ToastInstance; export default ToastController;