import { TdUploadProps } from './type'; import { PropType } from 'vue'; declare const _default: { accept: { type: StringConstructor; default: string; }; action: { type: StringConstructor; default: string; }; addBtn: { type: BooleanConstructor; default: boolean; }; addContent: { type: PropType; }; allowUploadDuplicateFile: BooleanConstructor; autoUpload: { type: BooleanConstructor; default: boolean; }; beforeAllFilesUpload: { type: PropType; }; beforeUpload: { type: PropType; }; capture: { type: PropType; }; data: { type: PropType; }; disabled: { type: BooleanConstructor; default: any; }; draggable: { type: BooleanConstructor; default: any; }; fileListDisplay: { type: PropType; }; files: { type: PropType; default: TdUploadProps['files']; }; defaultFiles: { type: PropType; default: () => TdUploadProps['defaultFiles']; }; format: { type: PropType; }; formatRequest: { type: PropType; }; formatResponse: { type: PropType; }; headers: { type: PropType; }; imageProps: { type: PropType; }; isBatchUpload: BooleanConstructor; max: { type: NumberConstructor; default: number; }; method: { type: PropType; default: TdUploadProps['method']; validator(val: TdUploadProps['method']): boolean; }; mockProgressDuration: { type: NumberConstructor; }; multiple: BooleanConstructor; name: { type: StringConstructor; default: string; }; preview: { type: BooleanConstructor; default: boolean; }; removeBtn: { type: BooleanConstructor; default: boolean; }; requestMethod: { type: PropType; }; sizeLimit: { type: PropType; }; uploadAllFilesInOneRequest: BooleanConstructor; useMockProgress: { type: BooleanConstructor; default: boolean; }; theme: { type: PropType; default: TdUploadProps['theme']; validator(val: TdUploadProps['theme']): boolean; }; value: { type: PropType; default: TdUploadProps['value']; }; modelValue: { type: PropType; default: TdUploadProps['value']; }; defaultValue: { type: PropType; default: () => TdUploadProps['defaultValue']; }; withCredentials: BooleanConstructor; onCancelUpload: PropType; onChange: PropType; onClickUpload: PropType; onDrag: PropType; onDrop: PropType; onFail: PropType; onOneFileFail: PropType; onOneFileSuccess: PropType; onPreview: PropType; onProgress: PropType; onRemove: PropType; onSelectChange: PropType; onSuccess: PropType; onValidate: PropType; onWaitingUploadFilesChange: PropType; }; export default _default;