declare const _default: { type: string; description: string; icon: string; group: string; model: { type: string; top: number; left: number; width: number; height: number; chart: { type: string; data: { labels: never[]; datasets: { label: string; type: string; backgroundColor: string; borderColor: string; borderWidth: number; pointBorderColor: string; pointBorderWidth: number; pointBackgroundColor: string; lineTension: number; yAxisID: string; data: never[]; dataKey: string; fill: boolean; }[]; labelDataKey: string; }; options: { theme: string; xGridLine: boolean; yGridLine: boolean; legend: { display: boolean; position: string; }; scales: { xAxes: { gridLines: { display: boolean; }; scaleLabel: { labelString: string; display: boolean; }; ticks: { display: boolean; }; }[]; yAxes: ({ id: string; position: string; gridLines: { display: boolean; }; scaleLabel: { labelString: string; display: boolean; }; ticks: { autoMin: boolean; autoMax: boolean; display: boolean; }; display?: undefined; } | { id: string; position: string; display: boolean; gridLines: { display: boolean; }; scaleLabel: { labelString: string; display: boolean; }; ticks: { autoMin: boolean; autoMax: boolean; display: boolean; }; })[]; }; }; }; data: { data: string; value1: number; value2: number; }[]; }; }; export default _default;