/** * Scalar File Upload File List * * Displays a list of files * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ /** The files to display */ modelValue?: File[]; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: File[] | undefined) => any; } & { upload: () => any; }, string, import("vue").PublicProps, Readonly<{ /** The files to display */ modelValue?: File[]; }> & Readonly<{ "onUpdate:modelValue"?: ((value: File[] | undefined) => any) | undefined; onUpload?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarFileUploadFileList.vue.d.ts.map