import type { WorkSlideChart } from '../work-types'; import { type PresentationChartRect } from './presentation-chart-axis-canvas'; export declare function drawPresentationCartesianChart(context: CanvasRenderingContext2D, chart: WorkSlideChart, sourceRect: PresentationChartRect): void;