export declare enum TRANSLATION_KEYS {
    actionIcon = "actionIcon",
    actionRequired = "actionRequired",
    agent = "agent",
    allApps = "allApps",
    appListLastUsed = "appListLastUsed",
    applications = "applications",
    back = "back",
    companyProfile = "companyProfile",
    copiedToClipboard = "copiedToClipboard",
    copiedValueToClipboard = "copiedValueToClipboard",
    copyToClipboard = "copyToClipboard",
    currencyExclVat = "currencyExclVat",
    currencyInclVat = "currencyInclVat",
    customerCma = "customerCma",
    detailActiveIcon = "detailActiveIcon",
    detailIcon = "detailIcon",
    detailInactiveIcon = "detailInactiveIcon",
    detailInfoIcon = "detailInfoIcon",
    details = "details",
    downloadExpiredDescription = "downloadExpiredDescription",
    downloadExpiredLink = "downloadExpiredLink",
    downloadExpiredTitle = "downloadExpiredTitle",
    downloadLockedDescription = "downloadLockedDescription",
    downloadLockedLink = "downloadLockedLink",
    downloadLockedTitle = "downloadLockedTitle",
    expandRow = "expandRow",
    goToPage = "goToPage",
    headerIcon = "headerIcon",
    helperCellCheckbox = "helperCellCheckbox",
    helperCellRadio = "helperCellRadio",
    illustrationAlert = "illustrationAlert",
    illustrationBaseContract = "illustrationBaseContract",
    illustrationBeemLogo = "illustrationBeemLogo",
    illustrationBeemPasskey = "illustrationBeemPasskey",
    illustrationContact = "illustrationContact",
    illustrationData = "illustrationData",
    illustrationDocument = "illustrationDocument",
    illustrationDownloadExpired = "illustrationDownloadExpired",
    illustrationIconAlert = "illustrationIconAlert",
    illustrationIconError = "illustrationIconError",
    illustrationIconInformation = "illustrationIconInformation",
    illustrationIconSuccess = "illustrationIconSuccess",
    illustrationInvoice = "illustrationInvoice",
    illustrationLoading = "illustrationLoading",
    illustrationLocked = "illustrationLocked",
    illustrationNotification = "illustrationNotification",
    illustrationPersonAlert = "illustrationPersonAlert",
    illustrationPersonIdea = "illustrationPersonIdea",
    illustrationPersonSucces = "illustrationPersonSucces",
    illustrationPersonThumbUp = "illustrationPersonThumbUp",
    illustrationResult = "illustrationResult",
    illustrationServerError = "illustrationServerError",
    illustrationShoppingCartEmpty = "illustrationShoppingCartEmpty",
    illustrationShoppingCartFilled = "illustrationShoppingCartFilled",
    illustrationShoppingSaveLater = "illustrationShoppingSaveLater",
    illustrationSomethingWrong = "illustrationSomethingWrong",
    illustrationTakeAction = "illustrationTakeAction",
    illustrationUnauthorized = "illustrationUnauthorized",
    information = "information",
    informativeIcon = "informativeIcon",
    loading = "loading",
    locationNr = "locationNr",
    loginButton = "loginButton",
    loginDescription = "loginDescription",
    loginTitle = "loginTitle",
    logout = "logout",
    metroLineIconStatus = "metroLineIconStatus",
    monthly = "monthly",
    more = "more",
    myCompany = "myCompany",
    myProfile = "myProfile",
    next = "next",
    nextPage = "nextPage",
    noResultsFound = "noResultsFound",
    noResultsFoundDescription = "noResultsFoundDescription",
    noUsedApps = "noUsedApps",
    of = "of",
    oneTime = "oneTime",
    open = "open",
    openMenu = "openMenu",
    orderAsNewCustomer = "orderAsNewCustomer",
    otherNotifications = "otherNotifications",
    pageValue = "pageValue",
    pagination = "pagination",
    partnerDelegation = "partnerDelegation",
    partnerId = "partnerId",
    phoneNumber = "phoneNumber",
    previousPage = "previousPage",
    promotionIcon = "promotionIcon",
    questionDescription = "questionDescription",
    questionTitle = "questionTitle",
    saveForLater = "saveForLater",
    savedSelections = "savedSelections",
    search = "search",
    searchAdditionalCompanies = "searchAdditionalCompanies",
    selectedItem = "selectedItem",
    selectedItems = "selectedItems",
    serverErrorDescription = "serverErrorDescription",
    serverErrorLink = "serverErrorLink",
    serverErrorTitle = "serverErrorTitle",
    shoppingCart = "shoppingCart",
    shoppingCartEmpty = "shoppingCartEmpty",
    showMore = "showMore",
    skipTheList = "skipTheList",
    somethingWentWrongDescription = "somethingWentWrongDescription",
    somethingWentWrongLink = "somethingWentWrongLink",
    somethingWentWrongTitle = "somethingWentWrongTitle",
    sortAsc = "sortAsc",
    sortDesc = "sortDesc",
    statusIcon = "statusIcon",
    supportsCompanySwitch = "supportsCompanySwitch",
    switchToAdditionalCompany = "switchToAdditionalCompany",
    switchUsers = "switchUsers",
    treeItemChecked = "treeItemChecked",
    treeItemIndeterminate = "treeItemIndeterminate",
    unauthorizeDescription = "unauthorizeDescription",
    unauthorizeLink = "unauthorizeLink",
    unauthorizeTitle = "unauthorizeTitle",
    unselectAll = "unselectAll",
    userProfileSimulationSelectedUser = "userProfileSimulationSelectedUser",
    userProfileSimulationStop = "userProfileSimulationStop",
    userProfiles = "userProfiles",
    waitLoadingDescription = "waitLoadingDescription",
    waitLoadingLink = "waitLoadingLink",
    waitLoadingTitle = "waitLoadingTitle"
}
export type TranslationKeys = {
    [key in TRANSLATION_KEYS]: string;
};
