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