import { IInputOTP } from "./input-otp.types.js"; import * as React$1 from "react"; //#region src/input-otp/slot.d.ts declare const INPUT_OTP_SLOT_NAME = "InputOTPSlot"; declare const InputOTPSlot: React$1.ForwardRefExoticComponent>; //#endregion export { INPUT_OTP_SLOT_NAME, InputOTPSlot };