
import { FusionChartStatic } from 'fusioncharts';

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

