import { LayoutChartWidgetService } from "./chart_widget.service"; export declare class ChartWidgetController { protected service: LayoutChartWidgetService; constructor(service: LayoutChartWidgetService); getChartWidgetData(params: any, body: any): Promise; compareMatrixTable(params: any, body: any): Promise; }