import type MapPointOptions from '../Map/MapPointOptions'; export interface GeoHeatmapPointOptions extends MapPointOptions { lat?: number; lon?: number; } export default GeoHeatmapPointOptions;