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