import type MapLineSeriesOptions from './MapLineSeriesOptions'; /** * A mapline series is a special case of the map series where the value * colors are applied to the strokes rather than the fills. It can also be * used for freeform drawing, like dividers, in the map. * * @sample maps/demo/mapline-mappoint/ * Mapline and map-point chart * @sample maps/demo/animated-mapline/ * Mapline with CSS keyframe animation * @sample maps/demo/flight-routes * Flight routes * * @extends plotOptions.map * @excluding dragDrop * @product highmaps * @optionparent plotOptions.mapline */ declare const MapLineSeriesDefaults: MapLineSeriesOptions; export default MapLineSeriesDefaults;