import { Caption } from '../../models/caption.model'; interface Props { label: string; modelValue: File[]; limit?: number; disabled?: boolean; required?: boolean; optional?: boolean; helperText?: string; placeholder?: string; captions?: string[] | Caption[]; errors?: string[] | Caption[]; wide?: boolean; accept?: string; } declare const _default: import('vue').DefineComponent void; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { limit: number; wide: boolean; accept: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { inputFile: HTMLInputElement; }, any>; export default _default;