type __VLS_Props = { modelValue: { key: string; value: any; }[]; }; declare const _default: __VLS_WithTemplateSlots any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((modelValue: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { dropZone: HTMLDivElement; }, HTMLDivElement>, { default?(_: { row: { key: string; value: any; }; }): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };