///
import { IMapConfig, IMapTheme, IMapType, IOption } from '../typings';
export declare const MAPBOX_THEME_LIST: IOption[];
export declare const AMAP_LAYER_LIST: (IOption & {
icon: JSX.Element;
getLayer: () => AMap.Layer;
layer?: AMap.Layer | null;
})[];
export declare const AMAP_THEME_LIST: IOption[];
export declare const MAP_TYPES: IOption[];
export declare const DEFAULT_MAP_CONFIG: IMapConfig;