declare const _default: __VLS_WithTemplateSlots void; "update:modelValue": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly> & { onChange?: (...args: any[]) => any; "onUpdate:modelValue"?: (...args: any[]) => any; }, { value: string | number | boolean | unknown[]; title: string; disabled: boolean; readonly: boolean; description: string; modelValue: string | number | boolean | unknown[]; disabledValue: string | number | boolean | unknown[]; }, {}>, { title?(_: {}): any; description?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };