import { CoordinateSystem } from '../../../constants';
import { EMapboxMode } from '../../../constants/mapbox-style';
export declare const showPointOptions: {
    value: boolean;
    item: string;
}[];
export declare const mapboxModeList: {
    value: EMapboxMode;
    item: string;
}[];
export declare const CoordinateSystems: {
    value: CoordinateSystem;
    item: string;
}[];
