import React from "react"; import { OTPInput } from "input-otp"; export type InputOTPProps = React.ComponentPropsWithoutRef & { className?: string; }; declare const InputOTP: React.ForwardRefExoticComponent>; export { InputOTP }; //# sourceMappingURL=InputOTP.d.ts.map