You can derive the value type with one line of typescript:
type FormValue = FormGroup<ExtremelyComplicatedForm>['value'];
This should do the job in a simple manor no matter how complicated your form is.