
import { FusionChartStatic } from 'fusioncharts';

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

