
import { FusionChartStatic } from 'fusioncharts';

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

