// Type definitions for Highcharts 4.2.6 (exporting module)
// Project: http://www.highcharts.com/
// Definitions by: Maciej Suchecki <http://github.com/mc-suchecki>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference path="highcharts.d.ts" />

declare var HighchartsExporting: (H: HighchartsStatic) => HighchartsStatic;

declare module "highcharts/modules/exporting" {
    export = HighchartsExporting;
}
