export * from "./otp";
export * from "./otp/OtpElement";
import OtpInput from "./otp";
export default OtpInput;
