import _Toast from './toast.vue'; import { toast } from './toast'; declare type ToastType = typeof _Toast & { toast: typeof toast; }; export declare const Toast: import("../utils").SFCWithInstall; export default Toast;