export interface BaseFileInputProps { modelValue: File[] | undefined limit?: number disabled: boolean }