I'd suggest using ComponentPropsWithRef or ComponentPropsWithoutRef as is or extends with other props if you need
import { ComponentPropsWithRef } from 'react' ... ComponentPropsWithRef<ElementType>