export declare function mapControl(mapApi: any, map: any): { navi3DCtrl: import("vue").Ref; switch3DCtrl: (val: boolean) => void; scaleCtrl: import("vue").Ref; switchScaleCtrl: (val: boolean) => void; zoomCtrl: import("vue").Ref; setMinZoom: (val: Number) => void; setMaxZoom: (val: Number) => void; switchZoomCtrl: (val: boolean) => void; clearCtrl: import("vue").Ref; switchClearCtrl: (val: boolean) => void; }; export declare function mapSkill(mapApi: any): { switchScrollZoom: (val: boolean) => void; switchDragging: (val: boolean) => void; switchDoubleClickZoom: (val: boolean) => void; }; export declare function useMapApi(mapApi: any, map: any): void;