import * as MapboxGL from 'mapbox-gl' export interface NBMapOptions extends Omit { container?: string | HTMLElement style?: string hash?: boolean theme?: string vectorTilesSourceUrl?: string }