setValue should have two arguments. The first argument is the name of the input, second is the new value.
const name = 'input'; setValue(name, '');
https://react-hook-form.com/docs/useform/setvalue