export interface InputFieldProps { modelValue?: string; label?: string; description?: string; error?: boolean; errorText?: string; counter?: string; size?: 'medium' | 'large'; disabled?: boolean; required?: boolean; placeholder?: string; type?: string; } declare var __VLS_1: {}, __VLS_3: {}; type __VLS_Slots = {} & { leftIcon?: (props: typeof __VLS_1) => any; } & { rightIcon?: (props: typeof __VLS_3) => any; }; declare const __VLS_base: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { size: "medium" | "large"; disabled: boolean; type: string; required: boolean; modelValue: string; error: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=InputField.vue.d.ts.map