I am trying to use ShareThis in our angular app and following steps given in below link:
https://sharethis.com/support/installation/how-to-install-sharethis-module-for-your-angular-app/
After installing NPM package 'sharethis-angular' when I am trying to import in typescript file using below statement,
import { SharethisAngularModule } from 'sharethis-angular';
It shows error as below:

Any ideas on how to fix this issue?