import type { IconProps } from "./types"; export declare const HeatmapIcon: (props: IconProps) => JSX.Element;