import { EmptyEmit } from "../../_util/type.js"; import { InputProps } from "../Input.js"; import * as vue511 from "vue"; import { SlotsType } from "vue"; //#region src/input/OTP/OTPInput.d.ts interface OTPInputProps extends Omit { prefixCls: string; index: number; value?: string; onChange: (index: number, value: string) => void; onActiveChange: (nextIndex: number) => void; mask?: boolean | string; } declare const OTPInput: vue511.DefineSetupFnComponent any; }>, OTPInputProps, vue511.PublicProps>; //#endregion export { OTPInputProps, OTPInput as default };