
import { FusionChartStatic } from 'fusioncharts';

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

