// Type definitions for Highcharts 4.2.6 (exporting module) // Project: http://www.highcharts.com/ // Definitions by: Maciej Suchecki // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare var HighchartsExporting: (H: HighchartsStatic) => HighchartsStatic; declare module "highcharts/modules/exporting" { export = HighchartsExporting; }