type Props = { data?: any; open?: boolean; heatmapOptions?: any; }; export declare function HeatMapLayer(props: Props): null; export {};