import type { Chart, ChartSeries } from "./types.js"; import type { Rect } from "./chart.js"; export declare function drawChartEx(ctx: CanvasRenderingContext2D, chart: Chart, rect: Rect): void; export declare function waterfallLegendEntries(chart: Chart): ChartSeries[];