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; pointBackgroundColor: string; pointBorderColor: string; data: never[]; fill: boolean; dataKey: string; }[]; labelDataKey: string; }; options: { theme: string; legend: { display: boolean; position: string; }; scale: { ticks: {}; pointLabels: {}; }; }; }; data: { hobby: string; rate1: number; rate2: number; }[]; }; }; export default _default;