import type { VcComponentInternalInstance } 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): { heading: import("vue").Ref; handleDoubleClick: (e: any) => boolean; handleMouseDown: (e: Event) => boolean; handleMouseUp: (event: any) => void; onTooltipBeforeShow: (e: any) => void; viewerChange: () => void; load: (viewer: Cesium.Viewer, el: any) => Promise; unload: () => Promise; tiltbarLeft: import("vue").Ref; tiltbarTop: import("vue").Ref; tooltipRef: import("vue").Ref; };