import { type IStage } from './../../../vrender'; import type { Chart } from '../chart'; export declare const cancelRenderChartQueue = false; export declare let chartRenderKeys: string[]; export declare let chartRenderQueueList: Chart[]; export declare function setBatchRenderChartCount(count: number): void; export declare function clearChartRenderQueue(): void; export declare function IsHandlingChartQueue(): boolean; export declare function renderChart(chart: Chart): void; export declare function startRenderChartQueue(table: any): void; export declare function cacheStageCanvas(stage: IStage, chart: Chart): void;