import { MarkComponent as MC } from '../runtime'; import { HeatmapMark } from '../spec'; export type HeatmapOptions = Omit<HeatmapMark, 'type'>; /** * Draw heatmap with gradient. */ export declare const Heatmap: MC<HeatmapOptions>;