import { DRAG_OPTIONS_ENUM } from '../../../interfaces/drag-option.type'; export declare const DEFAULT_SCALE = 1; export declare const MIN_ZOOM = 0.1; export declare const MAX_ZOOM = 5; export declare const SELECT_BUTTON_DRAG_OPTIONS: { label: string; value: DRAG_OPTIONS_ENUM; }[]; export declare const SELECT_BUTTON_VIS_OPTIONS: { icon: string; value: string; }[];