import type { BaseSeriesProps } from './BaseSeries'; import type { IHeatmapChartSpec } from '@visactor/vchart'; export type HeatmapProps = BaseSeriesProps & Omit; export declare const Heatmap: import("react").FC & { updateId?: number; componentId?: string; }>;