import { IChartModules } from '../global/global.models'; /** ------- Mapping components and config with respective chart types ------- */ /** * chartComponentMapper.ts * @createdOn: 17-Jul-2019 * @author: SmartChartsNXT * @description: This is a configuration file to preload and map different chart components with chart type and its config file. */ export declare const CHART_MODULES: IChartModules;