See below screenshot for the latest package from NPM, seems like we are missing some typing interface. The compiler complains cannot find those type.
If anyone can point me to the description of those data type. I can submit a PR to fix the error.

You need to install @types/markerclustererplus to fix that issue, maybe it should be added as a dependency to this package?
I'm still getting this error, even with both @types/googlemaps and @types/markerclustererplus added as dependencies. Any ideas?
@nickdb93 Make sure to add it to your tsconfig.json like so:
"types": [
"googlemaps",
"markerclustererplus"
]
Most helpful comment
You need to install
@types/markerclustererplusto fix that issue, maybe it should be added as a dependency to this package?