import { OnyxFormElementV2Slots } from '../OnyxFormElementV2/types.js'; import { OnyxInputProps } from './types.js'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly> & Omit; refs: { input: HTMLInputElement; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent>; }, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, { validityChange: (validity: ValidityState) => any; "update:modelValue": (value: string) => any; "update:showPassword": (showPassword: boolean) => any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ onValidityChange?: ((validity: ValidityState) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onUpdate:showPassword"?: ((showPassword: boolean) => any) | undefined; }>, { skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected; required: boolean; disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected; showError: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected; requiredMarker: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected; reserveMessageSpace: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected; showPassword: boolean; readonly: boolean; loading: boolean; autocapitalize: import('../../composables/useLenientMaxLengthValidation.js', { with: { "resolution-mode": "import" } }).Autocapitalize; type: import('./types.js', { with: { "resolution-mode": "import" } }).InputType; hideSuccessIcon: boolean; hideClearIcon: boolean; disableSlotPadding: boolean; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, { input: HTMLInputElement; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };