export declare enum WidgetType { column = "column", line = "line", pie = "pie", treemap = "treemap", sunburst = "sunburst", scatter = "scatter", bubble = "bubble", doughnut = "doughnut", summary_box = "summary_box", combo = "combo" } export declare enum WidgetDataSetFunction { avg = "avg", count = "count", max = "max", min = "min", sum = "sum" }