
import { FusionChartStatic } from 'fusioncharts';

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

