declare const _sfc_main: import("vue").DefineComponent<{ modelValue: { type: StringConstructor; required: true; }; accept: { type: StringConstructor; required: false; default: string; }; }, { props: any; emit: (n: "update:modelValue", url: string) => void; imageUrl: import("vue").Ref; handleAvatarSuccess: (res: any, file: any) => void; beforeAvatarUpload: (file: any) => boolean; onHttpRequest: (option: any) => Promise; Plus: any; }, 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; }, { accept: string; }>; export default _sfc_main;