import type { IndexAny } from '@mapbox-vue3/core/es/common'; export declare const BUFFER_SECTOR_LAYER_ORIGIN: { SECTOR_BORDER: string; SECTOR_BACKGROUND: string; RESIZER: string; ROTATER: string; CENTER_POINT: string; CLOSE_BUTTON: string; DISTANCE_COUNTER: string; }; export declare const BUFFER_SECTOR_SOURCE_ORIGIN = "sector-buffer-source"; export declare const createBufferSectorLayer: () => { BUFFER_SECTOR_LAYER: IndexAny; BUFFER_SECTOR_SOURCE: string; }; export declare const BUFFER_SECTOR_RESIZER_OPTIONS: Record; export declare const calcMidPoint: (start: number, end: number) => number; export declare const getResizerCursor: (resizerName: string) => "move" | "col-resize";