
import { FusionChartStatic } from 'fusioncharts';

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

