import type { MapViewOptions } from './MapViewOptions'; /** * The `mapView` options control the initial view of the chart, and how * projection is set up for raw geoJSON maps (beta as of v9.3). * * To set the view dynamically after chart generation, see * [mapView.setView](/class-reference/Highcharts.MapView#setView). * * @since 9.3.0 * @product highmaps * @optionparent mapView */ declare const MapViewDefaults: MapViewOptions; export default MapViewDefaults;