I want to create a component that accepts a country name as a prop alongside other props such as data or series. This component should render a Highcharts map displaying the country's map. I got a general idea about how to display a specific map with heat points and so on, but I can't think of a way to pass the country name as a prop. My problem is that I should import the map from highcharts corresponding to this country and I cannot do that dynamically. Any input would be appreciated.