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