declare const _sfc_main: import("vue").DefineComponent<{ modelValue: { type: BooleanConstructor; required: true; default: boolean; }; type: { type: StringConstructor; required: false; default: string; }; text: { type: StringConstructor; required: false; default: string; }; long: { type: BooleanConstructor; required: false; default: boolean; }; }, { props: { modelValue: boolean; type: 'success' | 'warn' | 'text' | 'loading'; text: string; long: boolean; }; emit: (event: "update:modelValue", ...args: any[]) => void; visible: import("vue").WritableComputedRef; classNames: import("vue").ComputedRef<{ 'weui-toast_text-more': boolean; 'weui-toast_text': boolean; }>; iconClassNames: import("vue").ComputedRef<{ 'weui-icon-success-no-circle': boolean; 'weui-icon-warn': boolean; 'weui-primary-loading': boolean; }>; Mask: import("../utils").SFCWithInstall; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { type: string; }>>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { type: string; text: string; long: boolean; }>; export default _sfc_main;