InputProps: InputHTMLAttributes<HTMLInputElement> & ClassAttributes<
    HTMLInputElement,
> & { ref?: undefined }

Same as JSX!IntrinsicElements.input.props excluding the ref property.