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