import { CellCanvasRendererProps, HeatMapDatum } from './types'; export declare const renderRect: (ctx: CanvasRenderingContext2D, { cell: { x, y, width, height, color, borderColor, opacity, labelTextColor, label }, borderWidth, enableLabels, theme, }: CellCanvasRendererProps) => void; export declare const renderCircle: (ctx: CanvasRenderingContext2D, { cell: { x, y, width, height, color, borderColor, opacity, labelTextColor, label }, borderWidth, enableLabels, theme, }: CellCanvasRendererProps) => void; //# sourceMappingURL=canvas.d.ts.map