import { ReactElement } from 'react'; import type { HeatmapViewerProps } from './HeatmapViewer.types'; export declare function HeatmapViewer(props: HeatmapViewerProps): ReactElement;