
import { FusionChartStatic } from 'fusioncharts';

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

