/** * Build a chart based on provided dataModel and config * @param dataModel - contains dataArray and functions to map data attributes to chart visuals * @param config - specifies the features of the chart */ export declare function buildChart(dataModel: any, config: any): () => void;