
import { FusionChartStatic } from 'fusioncharts';

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

