export declare let Highcharts: any; /** * Expose application versions of Highcharts to Hoist. * Typically called in the Bootstrap.js. of the application. */ export declare function installHighcharts(HighchartsImpl: any): void;