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