export declare const DEVTOOLS_ID = "__jiotranslate_dev_tools"; export declare const DEVTOOLS_Z_INDEX = 2147483000; export declare const CHROME_EXTENSION_LINK = "https://chrome.google.com/webstore/detail/tolgee-tools/hacnbapajkkfohnonhbmegojnddagfnj"; export declare const PREFERRED_LANGUAGES_LOCAL_STORAGE_KEY = "__jiotranslate_preferredLanguages"; export declare const MAX_LANGUAGES_SELECTED = 5; /** * Use this if you want to indicate to tolgee that element contains key */ export declare const TOLGEE_WRAPPED_ONLY_DATA_ATTRIBUTE = "data-jiotranslate-key-only"; /** * Use this attribute if you want tolgee Observer to not touch part of the DOM */ export declare const TOLGEE_RESTRICT_ATTRIBUTE = "data-jiotranslate-restricted"; /** * This attribute is present on elements that have been registred by tolgee and are clickable for in-context */ export declare const TOLGEE_ATTRIBUTE_NAME = "_jiotranslate"; export declare const TOLGEE_HIGHLIGHTER_CLASS = "_jiotranslate-highlighter";