
import { FusionChartStatic } from 'fusioncharts';

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

