import { CommonDisplayFileProps } from '../types'; export interface NormalFileProps extends CommonDisplayFileProps { multiple: boolean; } declare const NormalFile: import("vue").DefineComponent<{ accept: StringConstructor; files: import("vue").PropType; toUploadFiles: import("vue").PropType; displayFiles: import("vue").PropType; theme: import("vue").PropType; abridgeName: import("vue").PropType; placeholder: StringConstructor; classPrefix: StringConstructor; tips: (FunctionConstructor | StringConstructor)[]; status: import("vue").PropType; locale: import("vue").PropType; sizeOverLimitMessage: StringConstructor; autoUpload: BooleanConstructor; uploadPastedFiles: BooleanConstructor; onPasteFileChange: import("vue").PropType; disabled: BooleanConstructor; uploading: BooleanConstructor; tipsClasses: import("vue").PropType; errorClasses: import("vue").PropType; placeholderClass: import("vue").PropType; showUploadProgress: BooleanConstructor; default: import("vue").PropType; fileListDisplay: import("vue").PropType; onRemove: import("vue").PropType; imageViewerProps: import("vue").PropType; multiple: BooleanConstructor; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; toUploadFiles: import("vue").PropType; displayFiles: import("vue").PropType; theme: import("vue").PropType; abridgeName: import("vue").PropType; placeholder: StringConstructor; classPrefix: StringConstructor; tips: (FunctionConstructor | StringConstructor)[]; status: import("vue").PropType; locale: import("vue").PropType; sizeOverLimitMessage: StringConstructor; autoUpload: BooleanConstructor; uploadPastedFiles: BooleanConstructor; onPasteFileChange: import("vue").PropType; disabled: BooleanConstructor; uploading: BooleanConstructor; tipsClasses: import("vue").PropType; errorClasses: import("vue").PropType; placeholderClass: import("vue").PropType; showUploadProgress: BooleanConstructor; default: import("vue").PropType; fileListDisplay: import("vue").PropType; onRemove: import("vue").PropType; imageViewerProps: import("vue").PropType; multiple: BooleanConstructor; }>>, { disabled: boolean; multiple: boolean; uploading: boolean; autoUpload: boolean; uploadPastedFiles: boolean; showUploadProgress: boolean; }, {}>; export default NormalFile;