import type { FitxTextFieldProps, FitxTextFieldSlots } from '../../components/fitx-text-field/types'; declare let __VLS_typeProps: FitxTextFieldProps; type __VLS_PublicProps = { modelValue?: string | number; } & typeof __VLS_typeProps; declare const _default: __VLS_WithTemplateSlots, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (modelValue: string | number) => void; }, string, import("vue").PublicProps, Readonly>> & { "onUpdate:modelValue"?: ((modelValue: string | number) => any) | undefined; }, {}, {}>, Readonly & FitxTextFieldSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToOption = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; };