import { I18nOptions } from "./i18n.definition"; export declare const I18N_LOCALSTORAGE_KEY = "language"; export declare const DEFAULT_LOCALE = "en-US"; export declare const AVAILABLE_LOCALES: string[]; export declare const DEFAULT_I18N_CONFIG: I18nOptions;