export declare const HOME_PAGE_URL = "https://dippermap.alipay.com/"; export declare const HELP_LINK_LIST: { title: string; url: string; }[]; export declare const LOCAL_STORAGE_KEY: { MAP_THEME: string; MAP_LAYER: string; MAP_TYPE: string; TOP_PANEL_HEIGHT: string; MAP_PITCH: string; MAP_ROTATE: string; DATASET_PANEL_HEIGHT: string; };