import type { VcComponentInternalInstance } from 'casc-cesium/es/utils/types'; import type { SetupContext } from 'vue'; import type { ProviderEmits } from 'casc-cesium/es/utils/emits'; export default function (props: any, ctx: SetupContext, vcInstance: VcComponentInternalInstance): { transformProps: (props: T, childProps?: any) => T; unwatchFns: import("vue").WatchStopHandle[]; setPropsWatcher: (register: any) => void; };