export declare const ILlUploadDragProps: { value: { type: ArrayConstructor; default: () => any[]; }; tip: { type: StringConstructor; default: string; }; accept: { type: StringConstructor; default: string; }; fileSize: { type: NumberConstructor; default: any; }; multiple: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; };