import { Spryng } from 'spryng';
Importing the spryng module in Typescript as above gives the error stated in the title.
I fixed it locally by replacing the 'index.js' and 'index.d.ts' files in the 'dist' folder with the spryng ones and removing those, and updating the axios dependency to '^0.21.0'.