import type { VcComponentInternalInstance, VcViewerProvider } from 'casc-cesium/es/utils/types'; import type { VcTooltipRef } from 'casc-cesium/es/components/ui'; export default function (props: any, { emit }: { emit: any; }, vcInstance: VcComponentInternalInstance, $services: VcViewerProvider): { handleZoomInMouseDown: (e: any) => void; handleZoomOutMouseDown: (event: any) => void; handleZoomBarScrollMouseDown: (event: any) => void; load: (el: any) => boolean; unload: () => boolean; zoombarTop: import("vue").Ref; zoomInTooltipRef: import("vue").Ref; zoomOutTooltipRef: import("vue").Ref; zoomBarTooltipRef: import("vue").Ref; onTooltipBeforeShow: (e: any) => void; };