Importing google-maps-react into a typescript project throws a Type 'Object' is not generic error in https://github.com/fullstackreact/google-maps-react/blob/master/index.d.ts#L29
Just changing that definition to type Style = any works
I've opened a PR with this minor change here: #439