import { GeneralPoint, TransferPointStyle } from '../type'; import { outPanel, outRipples, outSign } from '../type/child'; export declare const cityArr: string[]; export declare const rounningGaodeScript: () => Promise; export declare const loadGaodeScript: () => void; export declare const centerDisplay: (subwayRef: any, id?: string) => void; export declare const showcurrentLine: (subwayRef: any, id: string | number) => Promise; export declare const LczShowMarker: (subwayRef: any, config: { ripplesMemo: outRipples; signMemo: outSign; }, { setRipplesList, markerList, setMarkerList }: { setRipplesList: any; markerList?: {} | undefined; setMarkerList: any; }) => Promise; export declare const showCurrentSite: (subwayRef: any, val: string | number, flag?: boolean) => void; export declare const showInfoWindow: (subwayRef: any, conId: string, val: string | number, panel: outPanel) => Promise; export declare const clearInfoWindow: (id: string, subwayRef: any) => void; export declare const infoWindowAddEvents: (conId: string, mouseenter: any, mouseLeave: any) => void; export declare const infoWindowRemoveEvents: (conId: string, mouseenter: any, mouseLeave: any) => void; export declare const replaceSiteImg: (transferPoint: TransferPointStyle, generalPoint: GeneralPoint) => void; export declare const findChildCom: (childComponents: any, _type: any) => any;