export declare enum ChartTypeOptions { doughnut = "doughnut", pie = "pie", line = "line", bar = "bar", bubble = "bubble", horizontalBar = "horizontalBar", radar = "radar", polarArea = "polarArea", scatter = "scatter", stackedBar = "stackedBar", wordCloud = "wordCloud" } //# sourceMappingURL=chart.model.d.ts.map