/** * Chart component renderers — BarChart, LineChart, AreaChart, PieChart, * ScatterChart, RadialChart, Histogram. * * Charts render as SVG using simple built-in drawing. Shared axis/SVG/format * helpers live in [chart-helpers.ts]; tooltip hit-zones in [chart-tooltip.ts]. */ export declare function registerChartComponents(): void; //# sourceMappingURL=charts.d.ts.map