I found a solution. You need import then add the type.
import { FormComponentRef } from '@inertiajs/core';
const formRef = useRef<FormComponentRef>(null);
Thanks for all