interface Props { modelValue?: string; value?: string; defaultValue?: string; type?: string; placeholder?: string; disabled?: boolean; readonly?: boolean; required?: boolean; name?: string; id?: string; label?: string; description?: string; errorMessage?: string; warningMessage?: string; successMessage?: string; helperText?: string; prefix?: string; suffix?: string; showPasswordToggle?: boolean; class?: string; labelClass?: string; inputClass?: string; containerClass?: string; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { label?(_: {}): any; extra?(_: {}): any; }; refs: { inputRef: HTMLInputElement; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent void; inputRef: import('vue').Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { input: (event: Event) => any; "update:modelValue": (value: string) => any; "update:value": (value: string) => any; focus: (event: FocusEvent) => any; blur: (event: BlurEvent) => any; change: (event: Event) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onInput?: ((event: Event) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onUpdate:value"?: ((value: string) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onBlur?: ((event: BlurEvent) => any) | undefined; onChange?: ((event: Event) => any) | undefined; }>, { type: string; showPasswordToggle: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { inputRef: HTMLInputElement; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };