import Chart from './Chart';

export default function ChartFactory(
    config?: Chart.IConfig
): Chart;