export declare const mapConfig: { mapCenter: number[]; mapZoom: number; mapMaxZoom: number; mapMinZoom: number; }; export declare const tileConfig: { zIndex: number; opacity: number; url: string; }[]; export declare const mapToken = "ee734ff3502833023001b8aa7db1a125"; export declare const eles: ({ label: string; value: string; icon: string; eleInterface: string; icon_url?: undefined; icon_checked_url?: undefined; } | { label: string; value: string; icon_url: string; icon_checked_url: string; eleInterface: string; icon?: undefined; })[]; export declare const colorCodes: string[]; export declare const areaSelectionData: { label: string; key: string; children: { label: string; key: string; children: { label: string; key: string; lon: string; lat: string; zoom: number; }[]; }[]; }[]; export declare const borderConfig: { key: number; json: string; fillColor: string; strokeColor: string; strokeWidth: string; showName: boolean; name: string; font: string; zIndex: number; opacity: number; }[];