Can't import troika-three-text in my Angular project:
Error TS7016: Could not find a declaration file for module 'troika-three-text'.
'.../node_modules/troika-three-text/dist/troika-three-text.umd.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/troika-three-text` if it exists
or add a new declaration (.d.ts) file containing `declare module 'troika-three-text';`
Please advice.