import { CustomPriorityMap, CustomStatus, CustomStatusMap } from "../models/data/custom-filter.data.model";
import { UserRole } from "../models/data/user-role.data.model";
export declare class Constants {
    static SNIPPYLY_HOST_URL_PROD: string;
    static SNIPPYLY_HOST_URL_STAGING: string;
    static USER_TYPE_ANONYMOUS: string;
    static USER_TYPE_SIGNED_IN: string;
    static LOCALSTORAGE_DATA_ID: string;
    static NO_ORGANIZATION_ID: string;
    static DEFAULT_QUERY_HASH: string;
    static LISTENER_BATCH_SIZE: number;
    static LISTENER_CONTEXT_BATCH_SIZE: number;
    static DEFAULT_VELT_CONTEXT: string;
    static VISIBILITY_SELF_PREFIX: string;
    static FIREBASE_PARTIAL_PATH_ORGANIZATIONS: string;
    static FIREBASE_PARTIAL_PATH_FOLDERS: string;
    static FIREBASE_PARTIAL_PATH_DOCS: string;
    static FIREBASE_PARTIAL_PATH_DOCUMENT_CONFIGURATIONS: string;
    static FIREBASE_PARTIAL_PATH_PRESENCE: string;
    static FIREBASE_PARTIAL_PATH_ORGANIZATION_USERS: string;
    static FIREBASE_PARTIAL_PATH_CENTRAL_USERS: string;
    static FIREBASE_PARTIAL_PATH_FOLDER_USERS: string;
    static FIREBASE_PARTIAL_PATH_DOCUMENT_USERS: string;
    static FIREBASE_PARTIAL_PATH_CURSOR: string;
    static FIREBASE_PARTIAL_PATH_ARROW: string;
    static FIREBASE_PARTIAL_PATH_AREA: string;
    static FIREBASE_PARTIAL_PATH_COMMENT: string;
    static FIREBASE_PARTIAL_PATH_LOCATION: string;
    static FIREBASE_PARTIAL_PATH_MULTI_THREAD: string;
    static FIREBASE_PARTIAL_PATH_TAG: string;
    static FIREBASE_PARTIAL_PATH_SELECTION: string;
    static FIREBASE_PARTIAL_PATH_AUDIO_HUDDLE: string;
    static FIREBASE_PARTIAL_PATH_HUDDLE: string;
    static FIREBASE_PARTIAL_PATH_CONTACTS: string;
    static FIREBASE_PARTIAL_PATH_GROUPS: string;
    static FIREBASE_PARTIAL_PATH_NOTIFICATION_DOCS: string;
    static FIREBASE_PARTIAL_PATH_NOTIFICATION_USERS: string;
    static FIREBASE_PARTIAL_PATH_DOC_NOTIFICATION: string;
    static FIREBASE_PARTIAL_PATH_USER_NOTIFICATION: string;
    static FIREBASE_PARTIAL_PATH_USER_NOTIFICATION_INDEX: string;
    static FIREBASE_PARTIAL_PATH_GLOBAL: string;
    static FIREBASE_PARTIAL_PATH_LOGINS: string;
    static FIREBASE_PARTIAL_PATH_METADATA: string;
    static FIREBASE_PARTIAL_PATH_ORGANIZATION_METADATA: string;
    static FIREBASE_PARTIAL_PATH_ORGANIZATION_GROUPS: string;
    static FIREBASE_PARTIAL_PATH_LOCATIONS: string;
    static FIREBASE_PARTIAL_PATH_RECORDER: string;
    static FIREBASE_PARTIAL_PATH_FOLLOW_ALONG: string;
    static FIREBASE_PARTIAL_PATH_SYNC_VIDEO_PLAYER: string;
    static FIREBASE_PARTIAL_PATH_LIVE_STATE: string;
    static FIREBASE_PARTIAL_PATH_IAM: string;
    static FIREBASE_PARTIAL_PATH_REACTION: string;
    static FIREBASE_PARTIAL_PATH_CRDT: string;
    static FIREBASE_PARTIAL_PATH_VIEWS: string;
    static FIREBASE_PARTIAL_PATH_NOTIFICATION_VIEWS: string;
    static FIREBASE_PARTIAL_PATH_DOCUMENT_VIEWS: string;
    static FIREBASE_PARTIAL_PATH_LOCATION_VIEWS: string;
    static FIREBASE_PARTIAL_PATH_NOTIFICATIONS: string;
    static FIREBASE_PARTIAL_PATH_ORGANIZATION_NOTIFICATIONS: string;
    static FIREBASE_PARTIAL_PATH_LAST_NOTIFICATION_TIMESTAMP: string;
    static FIREBASE_PARTIAL_PATH_ACTIVITIES: string;
    static FIREBASE_PARTIAL_PATH_LAST_ACTIVITY_TIMESTAMP: string;
    static FIREBASE_PARTIAL_PATH_HEARTBEAT: string;
    static FIREBASE_PARTIAL_PATH_HEARTBEAT_BY_DOCUMENT: string;
    static FIREBASE_PARTIAL_PATH_USERS: string;
    static FIREBASE_PARTIAL_PATH_PERMISSIONS_USERS: string;
    static FIREBASE_PARTIAL_PATH_USER_REQUESTS: string;
    static FIREBASE_PARTIAL_PATH_FEEDBACK: string;
    static FIREBASE_PARTIAL_PATH_BUGS: string;
    static FIREBASE_PARTIAL_PATH_CONTACT_US: string;
    static FIREBASE_PARTIAL_PATH_CUSTOMER_METADATA: string;
    static PRESENCE_STATUS_ONLINE: string;
    static PRESENCE_STATUS_OFFLINE: string;
    static PRESENCE_STATUS_AWAY: string;
    static IMG_URL_NOT_FOUND: string;
    static IMG_CLASS_NOT_FOUND: string;
    static AVATAR_COLOR_LIST: string[];
    static TEXT_COLOR_MAP: any;
    static UNREAD_COMMENTS_CHECK_FROM_DATE: string;
    static DEFAULT_ANNOTATION_COLOR: string;
    static REGEX_EMAIL: RegExp;
    static REGEX_URL: RegExp;
    static readonly REGEX_URL_FOR_USER_NAME: RegExp;
    static REGEX_SPECIAL_CHARS: RegExp;
    static SNIPPYLY_HIGHLIGHT: string;
    static SNIPPYLY_HIGHLIGHT_PREVIEW: string;
    /**
     * @deprecated Use VELT_IGNORE_CHANGE_DETECTION instead
     */
    static SNIPPYLY_HIGHLIGHT_USER: string;
    static SNIPPYLY_HIGHLIGHT_USER_NAME: string;
    static SNIPPYLY_HIGHLIGHT_USER_TEXT: string;
    static VELT_LIVE_SELECTION_ON_ELEMENT: string;
    static VELT_LIVE_SELECTION_ON_ELEMENT_DEFAULT: string;
    static VELT_LIVE_SELECTION_ON_TEXT: string;
    static VELT_LIVE_SELECTION_ON_TEXT_DEFAULT: string;
    static VELT_IGNORE_CHANGE_DETECTION: string;
    static VELT_CUSTOM_CSS: string;
    static TAGS: {
        /**
         * @deprecated Use VELT_ROOT instead
         */
        SNIPPYLY_ROOT: string;
        /**
         * @deprecated Use VELT_PRESENCE instead
         */
        SNIPPYLY_PRESENCE: string;
        /**
         * @deprecated Use VELT_CURSOR instead
         */
        SNIPPYLY_CURSOR: string;
        /**
         * @deprecated Use VELT_COMMENT_TOOL instead
         */
        SNIPPYLY_COMMENT_TOOL: string;
        /**
         * @deprecated Use VELT_COMMENTS instead
         */
        SNIPPYLY_COMMENTS: string;
        /**
         * @deprecated Use VELT_TAG_TOOL instead
         */
        SNIPPYLY_TAG_TOOL: string;
        /**
         * @deprecated Use VELT_TAGS instead
         */
        SNIPPYLY_TAGS: string;
        /**
         * @deprecated Use VELT_RECORDER_NOTES instead
         */
        SNIPPYLY_RECORDER_NOTES: string;
        /**
         * @deprecated Use VELT_RECORDER_CONTROL_PANEL instead
         */
        SNIPPYLY_RECORDER_CONTROL_PANEL: string;
        SNIPPYLY_RECORDER_CONTROL_PANEL_INTERNAL: string;
        /**
         * @deprecated Use VELT_RECORDER_PLAYER instead
         */
        SNIPPYLY_RECORDER_PLAYER: string;
        SNIPPYLY_TEXT_HIGHLIGHT: string;
        SNIPPYLY_COMMENT_TEXT_PORTAL: string;
        SNIPPYLY_COMMENT_TEXT: string;
        /**
         * @deprecated Use VELT_COMMENTS_SIDEBAR instead
         */
        SNIPPYLY_COMMENTS_SIDEBAR: string;
        /**
         * @deprecated User SNIPPYLY_COMMENT_BUBBLE instead
         */
        SNIPPYLY_COMMENT_BUBBLE: string;
        SNIPPYLY_HIGHLIGHT_USER_TEXT: string;
        SNIPPYLY_AUDIO_HUDDLE: string;
        SNIPPYLY_VIDEO_HUDDLE: string;
        /**
         * @deprecated Use VELT_HUDDLE instead
         */
        SNIPPYLY_HUDDLE: string;
        /**
         * @deprecated Use VELT_HUDDLE_TOOL instead
         */
        SNIPPYLY_HUDDLE_TOOL: string;
        /**
         * @deprecated Use VELT_RECORDER_TOOL instead
         */
        SNIPPYLY_RECORDER_TOOL: string;
        SNIPPYLY_PLUGIN: string;
        SNIPPYLY_MENU: string;
        SNIPPYLY_COMMENT_DIALOG: string;
        /**
         * @deprecated Use VELT_SIDEBAR_BUTTON instead
         */
        SNIPPYLY_SIDEBAR_BUTTON: string;
        /**
         * @deprecated Use VELT_REWRITER instead
         */
        SNIPPYLY_REWRITER: string;
        /**
         * @deprecated Use VELT_USER_INVITE_TOOL instead
         */
        SNIPPYLY_USER_INVITE_TOOL: string;
        /**
         * @deprecated Use VELT_USER_REQUEST_TOOL instead
         */
        SNIPPYLY_USER_REQUEST_TOOL: string;
        SNIPPYLY_USER_AVATAR: string;
        /**
         * @deprecated Use VELT_ARROW_TOOL instead
         */
        SNIPPYLY_ARROW_TOOL: string;
        /**
         * @deprecated Use VELT_ARROWS instead
         */
        SNIPPYLY_ARROWS: string;
        SNIPPYLY_AREA_TOOL: string;
        SNIPPYLY_AREAS: string;
        VELT_ROOT: string;
        VELT_PRESENCE: string;
        VELT_CURSOR: string;
        VELT_COMMENT_TOOL: string;
        VELT_COMMENTS: string;
        VELT_TAG_TOOL: string;
        VELT_TAGS: string;
        VELT_RECORDER_NOTES: string;
        VELT_RECORDER_CONTROL_PANEL: string;
        VELT_RECORDER_CONTROL_PANEL_INTERNAL: string;
        VELT_RECORDER_PLAYER: string;
        VELT_VIDEO_EDITOR: string;
        VELT_TEXT_HIGHLIGHT: string;
        VELT_COMMENT_TEXT_PORTAL: string;
        VELT_COMMENTS_SIDEBAR: string;
        VELT_COMMENTS_SIDEBAR_V2: string;
        VELT_COMMENT_SIDEBAR_SKELETON_V2: string;
        VELT_COMMENT_SIDEBAR_PANEL_V2: string;
        VELT_COMMENT_SIDEBAR_LIST_V2: string;
        VELT_COMMENT_SIDEBAR_LIST_ITEM_V2: string;
        VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_V2: string;
        VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_CATEGORY_V2: string;
        VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_CATEGORY_CONTENT_V2: string;
        VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_ITEM_V2: string;
        VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_ITEM_INDICATOR_V2: string;
        VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_LIST_ITEM_LABEL_V2: string;
        VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_V2: string;
        VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_TRIGGER_V2: string;
        VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_CONTENT_V2: string;
        VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_READ_V2: string;
        VELT_COMMENT_SIDEBAR_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_RESOLVED_V2: string;
        VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_V2: string;
        VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_TRIGGER_V2: string;
        VELT_COMMENT_SIDEBAR_FILTER_DROPDOWN_CONTENT_V2: string;
        VELT_COMMENT_SIDEBAR_HEADER_V2: string;
        VELT_COMMENT_SIDEBAR_CLOSE_BUTTON_V2: string;
        VELT_COMMENT_SIDEBAR_EMPTY_PLACEHOLDER_V2: string;
        VELT_COMMENT_SIDEBAR_RESET_FILTER_BUTTON_V2: string;
        VELT_COMMENT_SIDEBAR_PAGE_MODE_COMPOSER_V2: string;
        VELT_COMMENT_SIDEBAR_FOCUSED_THREAD_V2: string;
        VELT_COMMENT_SIDEBAR_FOCUSED_THREAD_BACK_BUTTON_V2: string;
        VELT_COMMENT_SIDEBAR_FOCUSED_THREAD_DIALOG_CONTAINER_V2: string;
        VELT_COMMENT_BUBBLE: string;
        VELT_COMMENT_BUBBLE_AVATAR: string;
        VELT_COMMENT_BUBBLE_COMMENTS_COUNT: string;
        VELT_COMMENT_BUBBLE_UNREAD_ICON: string;
        VELT_COMMENT_THREAD: string;
        VELT_COMMENT_PIN: string;
        VELT_COMMENT_PIN_NUMBER: string;
        VELT_COMMENT_PIN_INDEX: string;
        VELT_COMMENT_PIN_TRIANGLE: string;
        VELT_COMMENT_PIN_PRIVATE_COMMENT_INDICATOR: string;
        VELT_COMMENT_PIN_GHOST_COMMENT_INDICATOR: string;
        VELT_COMMENT_PIN_UNREAD_COMMENT_INDICATOR: string;
        VELT_SIDEBAR_BUTTON_ICON: string;
        VELT_SIDEBAR_BUTTON_COMMENTS_COUNT: string;
        VELT_SIDEBAR_BUTTON_UNREAD_ICON: string;
        VELT_COMMENT_TEXT: string;
        VELT_CHART_COMMENT: string;
        VELT_CANVAS_COMMENT: string;
        VELT_INLINE_COMMENTS_SECTION: string;
        VELT_INLINE_COMMENTS_SECTION_SKELETON: string;
        VELT_INLINE_COMMENTS_SECTION_PANEL: string;
        VELT_INLINE_COMMENTS_SECTION_LIST: string;
        VELT_INLINE_COMMENTS_SECTION_COMPOSER_CONTAINER: string;
        VELT_INLINE_COMMENTS_SECTION_COMMENT_COUNT: string;
        VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN: string;
        VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_TRIGGER: string;
        VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_TRIGGER_NAME: string;
        VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_TRIGGER_ICON: string;
        VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT: string;
        VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM: string;
        VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM_ICON: string;
        VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM_TICK: string;
        VELT_INLINE_COMMENTS_SECTION_SORTING_DROPDOWN_CONTENT_ITEM_NAME: string;
        VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN: string;
        VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_TRIGGER: string;
        VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_TRIGGER_NAME: string;
        VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_TRIGGER_ARROW: string;
        VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT: string;
        VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST: string;
        VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST_ITEM: string;
        VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST_ITEM_CHECKBOX: string;
        VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_LIST_ITEM_LABEL: string;
        VELT_INLINE_COMMENTS_SECTION_FILTER_DROPDOWN_CONTENT_APPLY_BUTTON: string;
        VELT_COMMENTS_MINIMAP: string;
        VELT_HIGHLIGHT_USER_TEXT: string;
        VELT_AUDIO_HUDDLE: string;
        VELT_VIDEO_HUDDLE: string;
        VELT_HUDDLE: string;
        VELT_HUDDLE_TOOL: string;
        VELT_RECORDER_TOOL: string;
        SUPERFLOW_TOOLBAR: string;
        VELT_MENU: string;
        VELT_COMMENT_DIALOG: string;
        VELT_SIDEBAR_BUTTON: string;
        VELT_COMMENTS_SIDEBAR_BUTTON: string;
        VELT_REWRITER: string;
        VELT_USER_INVITE_TOOL: string;
        VELT_USER_REQUEST_TOOL: string;
        VELT_USER_AVATAR: string;
        VELT_ARROW_TOOL: string;
        VELT_ARROWS: string;
        VELT_AREA_TOOL: string;
        VELT_AREAS: string;
        VELT_INLINE_COMMENT: string;
        VELT_VIDEO_PLAYER: string;
        VELT_VIDEO_COMMENTS_TIMELINE: string;
        VELT_REACTION_TOOL: string;
        VELT_INLINE_REACTIONS_SECTION: string;
        VELT_VIEW_ANALYTICS: string;
        VELT_NOTIFICATIONS_TOOL: string;
        VELT_NOTIFICATIONS_TOOL_ICON: string;
        VELT_NOTIFICATIONS_TOOL_UNREAD_ICON: string;
        VELT_NOTIFICATIONS_TOOL_LABEL: string;
        VELT_NOTIFICATIONS_TOOL_UNREAD_COUNT: string;
        VELT_NOTIFICATIONS_PANEL: string;
        VELT_NOTIFICATIONS_PANEL_TITLE: string;
        VELT_NOTIFICATIONS_PANEL_TITLE_TEXT: string;
        VELT_NOTIFICATIONS_PANEL_HEADER: string;
        VELT_NOTIFICATIONS_PANEL_HEADER_TAB_FOR_YOU: string;
        VELT_NOTIFICATIONS_PANEL_HEADER_TAB_PEOPLE: string;
        VELT_NOTIFICATIONS_PANEL_HEADER_TAB_DOCUMENTS: string;
        VELT_NOTIFICATIONS_PANEL_HEADER_TAB_ALL: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_FOR_YOU: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_ALL: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_LIST: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_AVATAR: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_UNREAD: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_HEADLINE: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_BODY: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_FILE_NAME: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_LIST_ITEM_TIME: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_LIST: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_LIST_ITEM: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_LIST_ITEM_LABEL: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_LIST_ITEM_CONTENT: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM_AVATAR: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM_NAME: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM_COUNT: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_PEOPLE_LIST_ITEM_CONTENT: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM_NAME: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM_COUNT: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM_CONTENT: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_DOCUMENTS_LIST_ITEM_UNREAD: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_LOAD_MORE: string;
        VELT_NOTIFICATIONS_PANEL_CONTENT_ALL_READ_CONTAINER: string;
        VELT_NOTIFICATIONS_PANEL_CLOSE_BUTTON: string;
        VELT_NOTIFICATIONS_PANEL_READ_ALL_BUTTON: string;
        VELT_NOTIFICATIONS_PANEL_VIEW_ALL_BUTTON: string;
        VELT_NOTIFICATIONS_PANEL_SKELETON: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_BUTTON: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_HEADER: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_HEADER_TITLE: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_TITLE: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_DESCRIPTION: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_LIST: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_MUTE_ALL_TITLE: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_MUTE_ALL_DESCRIPTION: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_MUTE_ALL_TOGGLE: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_TRIGGER: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_TRIGGER_LABEL: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_TRIGGER_ICON: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_TRIGGER_SELECTED_VALUE: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_CONTENT: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_CONTENT_ITEM: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_CONTENT_ITEM_LABEL: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_ACCORDION_CONTENT_ITEM_ICON: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_BACK_BUTTON: string;
        VELT_NOTIFICATIONS_PANEL_SETTINGS_FOOTER: string;
        VELT_NOTIFICATIONS_HISTORY_PANEL: string;
        VELT_WIREFRAME: string;
        VELT_AUTOCOMPLETE: string;
        VELT_AUTOCOMPLETE_PANEL: string;
        VELT_AUTOCOMPLETE_OPTION: string;
        VELT_AUTOCOMPLETE_OPTION_ICON: string;
        VELT_AUTOCOMPLETE_OPTION_NAME: string;
        VELT_AUTOCOMPLETE_OPTION_DESCRIPTION: string;
        VELT_AUTOCOMPLETE_OPTION_ERROR_ICON: string;
        VELT_AUTOCOMPLETE_GROUP_OPTION: string;
        VELT_AUTOCOMPLETE_TOOL: string;
        VELT_AUTOCOMPLETE_EMPTY: string;
        VELT_AUTOCOMPLETE_CHIP: string;
        VELT_AUTOCOMPLETE_CHIP_TOOLTIP: string;
        VELT_AUTOCOMPLETE_CHIP_TOOLTIP_ICON: string;
        VELT_AUTOCOMPLETE_CHIP_TOOLTIP_NAME: string;
        VELT_AUTOCOMPLETE_CHIP_TOOLTIP_DESCRIPTION: string;
        VELT_AUTOCOMPLETE_CONTEXT_WRAPPER: string;
        VELT_ACTIVITY_LOG: string;
        VELT_ACTIVITY_LOG_HEADER: string;
        VELT_ACTIVITY_LOG_HEADER_TITLE: string;
        VELT_ACTIVITY_LOG_HEADER_CLOSE_BUTTON: string;
        VELT_ACTIVITY_LOG_HEADER_FILTER: string;
        VELT_ACTIVITY_LOG_HEADER_FILTER_TRIGGER: string;
        VELT_ACTIVITY_LOG_HEADER_FILTER_TRIGGER_LABEL: string;
        VELT_ACTIVITY_LOG_HEADER_FILTER_TRIGGER_ICON: string;
        VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT: string;
        VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT_ITEM: string;
        VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT_ITEM_LABEL: string;
        VELT_ACTIVITY_LOG_HEADER_FILTER_CONTENT_ITEM_ICON: string;
        VELT_ACTIVITY_LOG_LOADING: string;
        VELT_ACTIVITY_LOG_LIST: string;
        VELT_ACTIVITY_LOG_LIST_DATE_GROUP: string;
        VELT_ACTIVITY_LOG_LIST_DATE_GROUP_LABEL: string;
        VELT_ACTIVITY_LOG_LIST_ITEM: string;
        VELT_ACTIVITY_LOG_LIST_ITEM_ICON: string;
        VELT_ACTIVITY_LOG_LIST_ITEM_AVATAR: string;
        VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT: string;
        VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_USER: string;
        VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_ACTION: string;
        VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_TARGET: string;
        VELT_ACTIVITY_LOG_LIST_ITEM_CONTENT_DETAIL: string;
        VELT_ACTIVITY_LOG_LIST_ITEM_TIME: string;
        VELT_ACTIVITY_LOG_LIST_SHOW_MORE: string;
        VELT_ACTIVITY_LOG_EMPTY: string;
        VELT_ACTIVITY_LOG_CONTEXT_WRAPPER: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_ICON: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_TEXT: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_LABEL: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_AVATAR_LIST: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_AVATAR_LIST_ITEM: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_AVATAR_LIST_REMAINING_COUNT: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_TRIGGER_ICON: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT_ITEM: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT_ITEM_ICON: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT_ITEM_LABEL: string;
        VELT_COMMENT_DIALOG_VISIBILITY_BANNER_DROPDOWN_CONTENT_USER_PICKER: string;
        VELT_COMMENT_COMPOSER: string;
        VELT_SKELETON_LOADER: string;
        VELT_SHADOW_DOM_INTERNAL: string;
        VELT_SINGLE_EDITOR_MODE_PANEL: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_LIST: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_PANEL: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_COMPOSER_CONTAINER: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_COMMENT_COUNT: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_EMPTY_PLACEHOLDER: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_CLOSE_BUTTON: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_NEW_THREAD_BUTTON: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_RESET_FILTER_BUTTON: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_TRIGGER: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_ALL: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_READ: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_RESOLVED: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_FILTER_UNREAD: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_SELECTED_ICON: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_SORT_DATE: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_FILTER_DROPDOWN_CONTENT_SORT_UNREAD: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_TRIGGER: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_CONTENT: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_READ: string;
        VELT_MULTI_THREAD_COMMENT_DIALOG_MINIMAL_ACTIONS_DROPDOWN_CONTENT_MARK_ALL_RESOLVED: string;
        VELT_TEXT_COMMENT: string;
        VELT_TEXT_COMMENT_TOOL: string;
        VELT_TEXT_COMMENT_TOOLBAR: string;
        VELT_TEXT_COMMENT_TOOLBAR_COMMENT_ANNOTATION: string;
        VELT_TEXT_COMMENT_TOOLBAR_DIVIDER: string;
        VELT_TEXT_COMMENT_TOOLBAR_COPYWRITER: string;
        VELT_TEXT_COMMENT_TOOLBAR_GENERIC: string;
    };
    static ATTRIBUTES: {
        VELT_COMMENT_CONTAINER: string;
        VELT_TARGET_COMMENT_ELEMENT_ID: string;
        VELT_COMMENT_TYPE: string;
        TARGET_INLINE_COMMENT_ELEMENT_ID: string;
        TARGET_COMMENT_ELEMENT_ID: string;
        TARGET_ELEMENT_ID: string;
        VELT_ID: string;
        VELT_ELEMENT: string;
        VELT_SCREEN_RECORDER_PANEL: string;
        VELT_SOURCE_ID: string;
        VELT_ANNOTATION_ID: string;
        VELT_ANNOTATION_IDS: string;
        VELT_COMMENT_PIN_HOST: string;
        VELT_COMMENT_PIN_HOST_STATIC: string;
        VELT_COMMENT_DISABLED: string;
        VELT_MANUAL_COMMENT_CONTAINER: string;
        VELT_COMMENT_PIN_ACTIVE: string;
        VELT_INLINE_COMMENT_SECTION_CONFIG: string;
        VELT_TARGET_INLINE_COMMENT_ELEMENT_ID: string;
        VELT_TAG_PIN_HOST: string;
        VELT_TAG_PIN_HOST_STATIC: string;
        VELT_TAG_DISABLED: string;
        VELT_RECORDER_PIN_HOST: string;
        VELT_RECORDER_PIN_HOST_STATIC: string;
        VELT_RECORDER_DISABLED: string;
        VELT_ANNOTATION_DRAFT: string;
        VELT_ANNOTATION_EDIT_COMMENT: string;
        VELT_DOCUMENT_ID: string;
        VELT_LOCATION: string;
        VELT_LOCATION_ID: string;
        VELT_THEME: string;
        VELT_IGNORE: string;
        EMBED_MODE: string;
        DEFAULT_CURSOR: string;
        VELT_HUDDLE_ON_CURSOR_MODE: string;
        VELT_SELECTION_ENABLED: string;
        VELT_LIVE_SELECTION_ENABLED: string;
        VELT_LIVE_SELECTION_USER_INDICATOR_POSITION: string;
        VELT_LIVE_SELECTION_USER_INDICATOR_TYPE: string;
        VELT_SELECTION_CONFIG: string;
        VELT_POPOVER_MODE: string;
        VELT_ELEMENT_CACHE_ID: string;
        VELT_ARROW_PIN_HOST: string;
        VELT_ARROW_PIN_HOST_STATIC: string;
        VELT_ARROW_DISABLED: string;
        VELT_AREA_PIN_HOST: string;
        VELT_AREA_PIN_HOST_STATIC: string;
        VELT_AREA_DISABLED: string;
        VELT_AREA_PIN_ACTIVE: string;
        VELT_SUGGESTION_TARGET: string;
        VELT_ONGOING_RECORDING: string;
        VELT_COMMENT_RECORDING: string;
        SYNC_VIDEO_PLAYER_ID: string;
        SYNC_VIDEO_PLAYER: string;
        VELT_INLINE_COMMENT_ID: string;
        VELT_PDF_VIEWER: string;
        VELT_SYNC_STATE: string;
        VELT_SYNC_ACCESS: string;
        VELT_SYNC_ACCESS_AUTO: string;
        VELT_SYNC_ACCESS_DISABLED: string;
        VELT_SINGLE_EDITOR_MODE_CONTAINER: string;
        VELT_IFRAME_CONTAINER: string;
        VELT_IFRAME_CONTAINER_STATIC: string;
        VELT_IS_FIRST_COMPONENT: string;
        VELT_DOWNLOAD_BUTTON: string;
        VELT_COMMENT_DIALOG_PORTAL_INTERNAL: string;
        ANNOTATION_ID: string;
        MULTI_THREAD_ANNOTATION_ID: string;
        SLATE_EDITOR: string;
    };
    static INJECTION_STYLE_PROPS: {
        /**
         * @deprecated Use VELT_AVATAR_COLOR instead
         */
        /**
         * @deprecated Use VELT_COMMENT_PRIORITY_COLOR instead
         */
        VELT_AVATAR_COLOR: string;
        VELT_COMMENT_PRIORITY_COLOR: string;
    };
    static BODY_CLASSES: {
        VELT_PIN_DRAGGING: string;
    };
    static INJECTION_ATTRIBUTES: {
        /**
         * @deprecated Use VELT_AVATAR_IMG instead
         */
        /**
         * @deprecated Use VELT_COMMENT_LENGTH instead
         */
        VELT_AVATAR_IMG: string;
        VELT_COMMENT_LENGTH: string;
    };
    static SESSION_STORAGE: {
        SNIPPYLY_AUTO_SELECT_ANNOTATION_ID: string;
        SNIPPYLY_SELECTED_ANNOTATION_ID: string;
        SNIPPYLY_COMMENT_SIDEBAR_FILTERS: string;
        SNIPPYLY_COMMENT_SIDEBAR_GROUP_BY: string;
        SNIPPYLY_COMMENT_DIALOG_AUTO_POPULATE_TEXT: string;
        SNIPPYLY_HUDDLE_DATA: string;
        VELT_TAB_ID: string;
        VELT_COMMENT_SIDEBAR_FILTERS_RESET: string;
        VELT_COMMENT_SIDEBAR_CUSTOM_ACTIONS_STATE: string;
        VELT_CURSOR_MULTIPLE_USERS_DETECTED: string;
        VELT_PRESENCE_MULTIPLE_USERS_DETECTED: string;
        VELT_PRESENCE_MULTIPLE_USERS_ONLINE: string;
        VELT_CUSTOM_PRIORITY_MAP: string;
        VELT_CUSTOM_STATUS_MAP: string;
        VELT_CUSTOM_CATEGORY_MAP: string;
    };
    static LOCAL_STORAGE: {
        SNIPPYLY_DEFAULT_MEDIA_SOURCE_OPTIONS: string;
        SNIPPYLY_QUEUED_COMMENT: string;
        VELT_USER: string;
        VELT_IDENTIFY_USER: string;
        VELT_USER_FORCE_RE_LOGGED_IN: string;
        VELT_VERSION: string;
        VELT_ADVANCED_QUERIES: string;
        VELT_COMMENT_VIEWS_MIGRATED: string;
        VELT_AUTH_PROXY_HOST: string;
    };
    static NON_NESTABLE_ELEMENTS: {
        [tag: string]: boolean;
    };
    static INGNORE_MUTATION_OBSERVER_CHANGE_TAGS: {
        [tag: string]: boolean;
    };
    static SELECTION_ENABLED_ELEMENTS: {
        [tag: string]: boolean;
    };
    static URL_PARAMS: {
        REVIEW_MODE: string;
        REVIEW_DOC_ID: string;
        SNIPPYLY_USER: string;
        COMMENT_ID: string;
        TAG_ID: string;
        RECORDER_ID: string;
        PROJECT_INSTALL: string;
    };
    static VELT_BASE_REM_UNIT: string;
    static VELT_VIEWPORT_WIDTH: string;
    static VELT_VIEWPORT_HEIGHT: string;
    static VELT_SELECTION_COLOR: string;
    static VELT_MIN_ARROW_LENGTH: number;
    static VELT_ARROW_VIEWPORT_PADDING: number;
    static LIVE_STATE_REQUEST_EDITOR_ACCESS_WAIT_TIME: number;
    static CURSOR: {
        COMMENT_PIN: string;
        TAG_PIN: string;
        ARROW_PIN: string;
        AREA_PIN: string;
    };
    static VIDEO_POSTER_DEFAULT_IMAGE: string;
    static HUDDLE_TYPE_CONFIGS: {
        audio: {
            audio: boolean;
            video: boolean;
            presentation: boolean;
        };
        video: {
            audio: boolean;
            video: boolean;
            presentation: boolean;
        };
        presentation: {
            audio: boolean;
            video: boolean;
            presentation: boolean;
        };
    };
    static RecorderModes: {
        VIDEO: string;
        AUDIO: string;
        SCREEN: string;
        ALL: string;
    };
    static CommentAnnotationStatusMap: CustomStatusMap;
    static CommentAcceptStatus: CustomStatus;
    static CommentRejectStatus: CustomStatus;
    static CommentAnnotationPriorityMap: CustomPriorityMap;
    static WorkspaceRoles: Array<UserRole>;
    static DocumentAccessTypeMap: {
        [key: string]: {
            id: string;
            name: string;
            description: string;
        };
    };
    static DocumentAccessTypeMapSF: {
        [key: string]: {
            id: string;
            name: string;
            description: string;
        };
    };
    static CommentCategoryMap: {
        [categoryId: string]: {
            id: string;
            name: string;
            color: string;
        };
    };
    static OVERLAY_POSITIONS: {
        originX: any;
        originY: any;
        overlayX: any;
        overlayY: any;
    }[];
    static OVERLAY_POSITIONS_FOR_POPOVER_MODE: {
        originX: any;
        originY: any;
        overlayX: any;
        overlayY: any;
    }[];
    static VIDEO_EDITOR: {
        ZOOM_IN_DURATION: number;
        ZOOM_OUT_DURATION: number;
        DEFAULT_ZOOM_FACTOR: number;
        MAX_ZOOM_FACTOR: number;
        ZOOM_FACTOR_OPTIONS: {
            value: number;
            label: string;
        }[];
        MIN_DRAG_AREA_MULTIPLIER: number;
        PREFERRED_SECTION_DURATION_MULTIPLIER: number;
        SELECTION_MIN_DRAG_DISTANCE: number;
        MIN_DURATION_THRESHOLD: number;
        TIME_BUFFER: number;
        SHORT_VIDEO_THRESHOLD: number;
        SMALL_VIDEO_THRESHOLD: number;
        MILLISECOND_PRECISION_MULTIPLIER: number;
        TENTH_SECOND_PRECISION_MULTIPLIER: number;
        DEBOUNCE_DELAY: number;
        DECIMAL_PRECISION: number;
        MAX_MARKER_COUNT: number;
        MARKER_INTERVAL: number;
        FAST_TIMEOUT: number;
        STANDARD_TIMEOUT: number;
        RECTANGLE_POSITIONING: {
            FULL_PERCENT: number;
            HALF_PERCENT: number;
            QUARTER_PERCENT: number;
        };
        EASING: {
            QUAD_IN_OUT_MULTIPLIER: number;
            QUAD_IN_OUT_POWER: number;
            HALF_THRESHOLD: number;
        };
        PERCENTAGE: {
            HALF: number;
            FULL: number;
        };
        MILLISECONDS_TO_SECONDS: number;
    };
}
