import type { UploadFile } from '../../types'; declare const _default: __VLS_WithTemplateSlots; isDisabled: { type: globalThis.PropType; }; ui: { type: globalThis.PropType>; default: () => { wrapper: string; base: string; }; }; isMultiple: { type: globalThis.PropType; }; accept: { type: globalThis.PropType; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { drop: (value: UploadFile[]) => void; }, string, import("vue").PublicProps, Readonly; isDisabled: { type: globalThis.PropType; }; ui: { type: globalThis.PropType>; default: () => { wrapper: string; base: string; }; }; isMultiple: { type: globalThis.PropType; }; accept: { type: globalThis.PropType; }; }>> & { onDrop?: ((value: UploadFile[]) => any) | undefined; }, { ui: Partial<{ wrapper: string | { [key: string]: string | object; }; base: string | { [key: string]: string | object; }; }>; }, {}>, { default?(_: { isDisabled: boolean | undefined; }): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };