declare const _default: import("vue").DefineComponent<{ multiple: { type: BooleanConstructor; default: boolean; }; accept: { type: StringConstructor; default: string; }; uploadMessage: { type: StringConstructor; default: string; }; valueLabel: { type: StringConstructor; default: string; }; uploadEndpoint: { type: StringConstructor; default: string; }; urlTemplate: { type: StringConstructor; default: string; }; modelValue: { type: import("vue").PropType; default: null; }; disabled: { type: BooleanConstructor; default: boolean; }; errors: { type: import("vue").PropType; default: null; }; allErrors: { type: import("vue").PropType | null>; default: null; }; placeholder: { type: StringConstructor; default: string; }; required: { type: BooleanConstructor; default: boolean; }; fieldKey: { type: StringConstructor; default: string; }; context: { type: import("vue").PropType | null>; default: null; }; formObject: { type: import("vue").PropType | null>; default: null; }; formObjectId: { type: (StringConstructor | NumberConstructor)[]; default: string; }; }, { modelValueItems: import("vue").ComputedRef<{ value: string; url: string; }[]>; clearValue(): void; removeItem(index: number): void; UploadStatus: typeof import("./file-upload").UploadStatus; uploadStatus: import("vue").Ref; uploadProgress: import("vue").Ref; uploadFile: (file: Blob) => Promise; onFileInputChange(e: Event): Promise; onDragAndDrop(event: unknown): void; trans: (key: string) => string; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: null; }; disabled: { type: BooleanConstructor; default: boolean; }; errors: { type: import("vue").PropType; default: null; }; allErrors: { type: import("vue").PropType | null>; default: null; }; placeholder: { type: StringConstructor; default: string; }; required: { type: BooleanConstructor; default: boolean; }; fieldKey: { type: StringConstructor; default: string; }; context: { type: import("vue").PropType | null>; default: null; }; formObject: { type: import("vue").PropType | null>; default: null; }; formObjectId: { type: (StringConstructor | NumberConstructor)[]; default: string; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { required: boolean; modelValue: string | string[] | null; disabled: boolean; errors: string[] | null; allErrors: Record | null; placeholder: string; fieldKey: string; context: Record | null; formObject: Record | null; formObjectId: string | number; urlTemplate: string; uploadMessage: string; multiple: boolean; accept: string; valueLabel: string; uploadEndpoint: string; }>; export default _default;