import { ComputedCell, HeatMapCommonProps, HeatMapDatum } from './types'; interface HeatMapCellAnnotationsProps { cells: ComputedCell[]; annotations: NonNullable['annotations']>; } export declare const HeatMapCellAnnotations: ({ cells, annotations, }: HeatMapCellAnnotationsProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=HeatMapCellAnnotations.d.ts.map