How to import Highcharts in Ionic Vuejs 3 app

Hi there,
I started a blank project and not able to import Highcharts like my classic vuejs3 app (with vue-highcharts wrapper).
I’ve tried in the main.ts but can’t use the wrapper because it has no types declaration.
Do I have to import this in typescript ?
Could someone help me.

Thanks

This how I was trying to achieve this:

vue3 support is not available unless you have integrated this PR

Thank you aaronksaunders for pointing me to that PR,
but still got some warns like [Vue warn]: 'beforeDestroy' has been renamed to 'beforeUnmount'.
So i’ll wait for Highcharts official wrapper to be compatible with vuejs3.