import { GeolocateEventTypes, MapEventTypes } from '../types';

export declare enum MapCreationStatus {
    NotInitialized = "not-initialized",
    Initializing = "initializing",
    Loading = "loading",
    Loaded = "loaded",
    Error = "error",
    Destroyed = "destroyed"
}
export declare const MapboxEvents: (keyof MapEventTypes)[];
export declare const GeolocateEvents: (keyof GeolocateEventTypes)[];
//# sourceMappingURL=MapboxEnum.d.ts.map