/// <reference types="react" />
import type { IHeatmapChartSpec } from '@visactor/vchart';
export declare const HeatmapChart: import("react").ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IHeatmapChartSpec>, "chartConstructor"> & import("react").RefAttributes<any>>;
