In case this helps anyone, with @itaionic we discover that the fix is:
Install google-maps lib:
npm install google-maps --save
then in your Typescript file add:
import { google } from "google-maps";
And also define the following property:
google: google;