export type MapSettingFields = 'debugLayer' | 'fitToPoints' | 'scrollToZoom' | 'enableControls' | 'debugLogging' | 'preferDark' | 'dynamicMapResize'; export type MapSetting = Record; //# sourceMappingURL=MapSetting.d.ts.map