import { Locale } from '../common'; export type SupportedLocales = Locale.EnUS | Locale.RuRU; export declare enum IcTranslocoScope { AgGrid = "ic-ag-grid", AssetFilterSelect = "ic-asset-filter-select", AssetGroupSelect = "ic-asset-group-select", ClampedText = "ic-clamped-text", CopyToClipboardButton = "ic-copy-to-clipboard-button", CounterProgressBar = "ic-counter-progress-bar", FieldSortOrderSelect = "ic-field-sort-order-select", FileSize = "ic-file-size", HealthMonitoring = "ic-health-monitoring", NotificationsCenter = "ic-notifications-center", PdqlEditor = "ic-pdql-editor", Refresher = "ic-refresher", ServerErrors = "ic-server-errors", SessionExpirationModal = "ic-session-expiration-modal", SitesTreeHamburger = "ic-sites-tree-hamburger", TimeRange = "ic-time-range", NotFound = "ic-not-found" } export declare enum IcTranslocoScopeAlias { AgGrid = "icAgGrid", AssetFilterSelect = "icAssetFilterSelect", AssetGroupSelect = "icAssetGroupSelect", ClampedText = "icClampedText", CopyToClipboardButton = "icCopyToClipboardButton", CounterProgressBar = "icCounterProgressBar", FieldSortOrderSelect = "icFieldSortOrderSelect", FileSize = "icFileSize", HealthMonitoring = "icHealthMonitoring", NotificationsCenter = "icNotificationsCenter", PdqlEditor = "icPdqlEditor", Refresher = "icRefresher", ServerErrors = "icServerErrors", SessionExpirationModal = "icSessionExpirationModal", SitesTreeHamburger = "icSitesTreeHamburger", TimeRange = "icTimeRange", NotFound = "icNotFound" } export type Translations = Record>;