import type { IndexAny } from '@mapbox-vue3/core/es/common'; export declare const BUFFER_CIRCLE_LAYER_ORIGIN: { CIRCLE_BORDER: string; CIRCLE_BACKGROUND: string; RESIZER: string; CENTER_POINT: string; CLOSE_BUTTON: string; DISTANCE_COUNTER: string; }; export declare const BUFFER_CIRCLE_SOURCE_ORIGIN = "circle-buffer-source"; export declare const createBufferCircleLayer: () => { BUFFER_CIRCLE_LAYER: IndexAny; BUFFER_CIRCLE_SOURCE: string; };