import type { MapboxInstance } from '@mapbox-vue3/core/es/map'; import type { IndexAny } from '@mapbox-vue3/core/es/common'; import type { BufferCircleLayerProps } from './buffer-circle-layer'; declare function usePropsWatcher(mapboxInstance: () => MapboxInstance, BUFFER_CIRCLE_LAYER: IndexAny, props: BufferCircleLayerProps): void; export { usePropsWatcher };