import { OTPInput } from "https://deno.land/x/netzo@0.5.63/deps/input-otp.ts";
type
React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, > & { value?: string; onChange?: (newValue: string) => unknown; maxLength: number; textAlign?: "left" | "center" | "right"; inputMode?: "numeric" | "text"; onComplete?: (...args: any[]) => unknown; render: (props: RenderProps) => React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>>; containerClassName?: string; } & React$1.RefAttributes<HTMLInputElement>>
| "maxLength"
| "value"
| "onChange"
| "inputMode"
| "textAlign"
| "onComplete"
| "render"
| "containerClassName"