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