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; subType: string; data: { labels: never[]; datasets: ({ type: string; label: string; backgroundColor: string; borderColor: string; borderWidth: number; pointBorderColor: string; pointBorderWidth: number; pointBackgroundColor: string; lineTension: number; fill: boolean; yAxisID: string; data: never[]; dataKey: string; } | { type: string; label: string; backgroundColor: string; borderColor: string; borderWidth: number; yAxisID: string; data: never[]; dataKey: string; pointBorderColor?: undefined; pointBorderWidth?: undefined; pointBackgroundColor?: undefined; lineTension?: undefined; fill?: undefined; })[]; labelDataKey: string; }; options: { theme: string; multiAxis: boolean; xGridLine: boolean; yGridLine: boolean; legend: { display: boolean; position: string; }; scales: { xAxes: { gridLines: { display: boolean; }; scaleLabel: { labelString: string; display: boolean; }; ticks: { display: boolean; }; }[]; yAxes: ({ position: string; id: 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;