import { DeviceFile } from '../../../../types/files'; type __VLS_Props = { modelValue: File[] | DeviceFile[]; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:modelValue": (files: File[] | DeviceFile[]) => any; addFiles: () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((files: File[] | DeviceFile[]) => any) | undefined; onAddFiles?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;