import type MapPointSeriesOptions from './MapPointSeriesOptions'; /** * A mappoint series is a special form of scatter series where the points * can be laid out in map coordinates on top of a map. * * @sample maps/demo/mapline-mappoint/ * Map-line and map-point series. * @sample maps/demo/mappoint-mapmarker * Using the mapmarker symbol for points * @sample maps/demo/mappoint-datalabels-mapmarker * Using the mapmarker shape for data labels * * @extends plotOptions.scatter * @product highmaps * @optionparent plotOptions.mappoint */ declare const MapPointSeriesDefaults: MapPointSeriesOptions; export default MapPointSeriesDefaults;