import { ShallowRef, WatchSource } from 'vue'; import { IControl, Map, ControlPosition } from 'maplibre-gl'; export declare function usePositionWatcher(source: WatchSource, map: ShallowRef, control: IControl): void;