0👍
I found the solution.
first update @ionic-native/core
npm uninstall --save @ionic-native/core && npm install --save @ionic-native/core@latest
The import the plugin like this
import { TextToSpeech } from "@ionic-native/text-to-speech";
Source:stackexchange.com