import type { PropType } from 'vue'; import type { TTextInputProps } from './TTextInput.types'; export declare const TTextInput: import("vue").DefineComponent; disabled: PropType; leftIcon: PropType; rightIcon: PropType; label: PropType; placeholder: PropType; helperText: PropType; value: PropType; modelValue: PropType; fullWidth: PropType; id: PropType; type: PropType; maxlength: PropType; min: PropType; max: PropType; step: PropType; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "blur" | "focus" | "change" | "update:modelValue")[], "input" | "blur" | "focus" | "change" | "update:modelValue", import("vue").PublicProps, Readonly; disabled: PropType; leftIcon: PropType; rightIcon: PropType; label: PropType; placeholder: PropType; helperText: PropType; value: PropType; modelValue: PropType; fullWidth: PropType; id: PropType; type: PropType; maxlength: PropType; min: PropType; max: PropType; step: PropType; }>> & Readonly<{ onFocus?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; onInput?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=TTextInput.d.ts.map