7 lines
149 B

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