I am trying to integrate the Capacitor Admob by the example
https://ionicframework.com/docs/native/admob
but
import { Admob } from '@ionic-native/admob';
...
constructor(private admob: Admob)
fails with
[ng] ERROR in src/app/map/map.page.ts:81:30 - error TS2749: 'Admob' refers to a value, but is being used as a type here.
[ng]
[ng] 81 private admob: Admob,
?