
import { FusionChartStatic } from 'fusioncharts';

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

