interface UploadSelectPropsT { draggable?: boolean; dragLabel?: string; dragHoverLabel?: string; btnLabel?: string; disabled?: boolean; } declare function __VLS_template(): { attrs: Partial<{}>; slots: Partial any>> & Partial any>> & Partial any>>; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; selected: (files: FileList) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onTo-select"?: (() => any) | undefined; onSelected?: ((files: FileList) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };