import { Caption } from '../../models/caption.model'; export interface Props { modelValue: any; value?: any; label?: string; name: string; disabled?: boolean; required?: boolean; errors?: string[] | Caption[]; captions?: string[] | Caption[]; } declare const _default: __VLS_WithTemplateSlots any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: any) => any) | undefined; }>, { label: string; required: boolean; disabled: boolean; errors: string[] | Caption[]; value: any; captions: string[] | Caption[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, { label?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };