import { InputOTPProps } from "./types.js"; import React from "react"; //#region src/input-otp/input-otp.d.ts interface InputOTPRef { focus: () => void; blur: () => void; nativeElement: HTMLDivElement | null; } declare const InputOTP: React.ForwardRefExoticComponent>; //#endregion export { InputOTP }; //# sourceMappingURL=input-otp.d.ts.map