import { ComponentSize } from "../../../constants/size.js"; import { InputOtpProps } from "./input-otp.js"; import "../../../index.js"; import * as vue from "vue"; //#region ../../packages/components/input-otp/src/input-otp.vue.d.ts declare var __VLS_1: { index: number; }; type __VLS_Slots = {} & { separator?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: vue.DefineComponent; /** * @description Focus an OTP input field */ focus: (index?: number) => void; /** * @description Blur the focused OTP input field */ blur: () => void; }, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, { change: (value: string) => void; finish: (value: string) => void; "update:modelValue": (value: string) => void; focus: (eve: FocusEvent) => void; blur: (eve: FocusEvent) => void; }, string, vue.PublicProps, Readonly & Readonly<{ onChange?: ((value: string) => any) | undefined; onFinish?: ((value: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onFocus?: ((eve: FocusEvent) => any) | undefined; onBlur?: ((eve: FocusEvent) => any) | undefined; }>, { length: number; type: "outlined" | "filled" | "underlined"; size: ComponentSize; disabled: boolean; validateEvent: boolean; validator: (char: string, index: number) => boolean; }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };