// (C) 2019 GoodData Corporation
// Have only one entrypoint to highcharts and drill module
// Import this reexported variable in other files instead of direct import from highcharts
import * as Highcharts from "highcharts";

export default Highcharts;
