import { MapView, MapViewState } from '@deck.gl/core'; /** * Default state of the map * @returns */ export declare const defaultMapViewState: () => MapViewState; /** * Default state of the map view * @returns */ export declare const defaultMapView: () => MapView;