HTMLIonContentElement interface is not defined

I am using a ref on an ion-content and I would like to assign a type to it, HTMLIonContentElement

The problem is when I use HTMLIonContentElement as a type I am seeing error 'HTMLIonContentElement' is not defined from my eslint.

And I am unable to import it from @ionic/core.

How do you guys type your component refs in Ionic V6?