
import { FusionChartStatic } from 'fusioncharts';

declare namespace Centralhighlands {}
declare var Centralhighlands: (H: FusionChartStatic) => FusionChartStatic;
export = Centralhighlands;
export as namespace Centralhighlands;

