export declare const VISIBILITY_STORAGE_KEY = "___visibility";
export declare const PREVIEW_MODE_QUERY = "previewMode";
export declare const PREVIEW_MODE_STORAGE_KEY = "___preview_mode";
export declare const PREVIEW_MODE_ATTRIBUTE = "data-preview-mode";
export declare const BOOTHS_PAINTER_MARKER = "booths";
export declare const SEPARATOR = ":";
export declare const LAYER_LOGOS_MARKER = "logos";
export declare const LAYER_ICONS_MARKER = "icons";
export declare const STRING_META_DELIMITER = "$$";
export declare const KIOSK_ENABLE_KEY = "kiosk";
export declare const SET_KIOSK_KEY = "setkiosk";
export declare const BOOKMARK_PAINTER_MARKER = "booth-bookmark";
export declare const MAP_SETTINGS_KEY = "expofp-map-settings";
export declare const DEBUG_KEY = "debug";
export declare const DEBUG_STORAGE_KEY = "efp:debug";
export declare const DEFAULT_UNITS = "ft";
export declare const BUILD_ROUTE_KEY = "build-route";
export declare const PLANNER_KEY = "planner";
export declare const PLANNER_SOURCE_KEY = "source";
export declare const PLANNER_FROM_KEY = "from";
export declare const PATHWAY_KEY = "pathway";
export declare const CACHE_DURATION = 1000;
export declare const MOBILE_BREAKPOINT = 768;
export declare const LANG_KEY = "lang";
export declare const LANGUAGE_TYPE = "language";
export declare const UI_SCALE_PARAM_KEY = "uiscale";
export declare const UI_SCALE_RESET_PARAM_KEY = "resetuiscale";
export declare const UI_SCALE_STORAGE_KEY = "___ui-scale";
export declare const MAX_ROUTE_WAYPOINTS = 8;
export declare const FONT_FACE = "--expofp-font-face";
export declare const FONT_WEIGHT_PRIMARY_BOOTH = "--expofp-booth-main-weight";
export declare const FONT_WEIGHT_SECONDARY_BOOTH = "--expofp-booth-details-weight";
export declare const FONT_WEIGHT_PRIMARY_EXHIBITOR = "--expofp-exhibitor-main-weight";
export declare const FONT_WEIGHT_SECONDARY_EXHIBITOR = "--expofp-exhibitor-details-weight";
export declare const FONT_WEIGHT_PRIMARY_SPECIAL = "--expofp-booth-special-weight";
export declare const ORIENTATION_GRANTED_KEY = "efp-compass-permission-granted";
export declare const VIEWER_MODE_QUERY = "viewermode";
export declare const VIEWER_MODE_STORAGE_KEY = "___viewer_mode";
//# sourceMappingURL=constants.d.ts.map