import React from "react";
import { OTPFieldsInterface } from "../types";
declare const OTPField: ({ otpFieldCount, handleOTPVerification, error, className, }: OTPFieldsInterface) => React.JSX.Element;
export default OTPField;
