import { type OTPInputProps } from "https://deno.land/x/netzo@0.5.63/deps/input-otp.ts";
definition: OverrideProps<React.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.ReactElement; containerClassName?: string; }>