export declare const MAP_LAYER_CONFIG: {
    ROADMAP: string;
    ROADMAP_TRAFFIC: string;
    SATELLITE: string;
    SATELLITE_TRAFFIC: string;
};
export declare const MAP_LAYER_TYPES: {
    key: string;
    label: string;
    type: string;
    traffic: boolean;
}[];
//# sourceMappingURL=map-layer-config.d.ts.map