export interface InputProps { modelValue?: string; error?: boolean; helperText?: string; label?: string; disabled?: boolean; placeholder?: string; type?: string; } declare const __VLS_export: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { disabled: boolean; type: string; error: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=Input.vue.d.ts.map