import { HeatMapProps } from '../common/types'; export declare const HeatMap: ({ id, opts, }: HeatMapProps) => null; export declare const SafeHeatMap: (props: any) => JSX.Element;