/** * @author @dlohvinov * * @description * These keys should not be translated to different langs, * but moved to separate file to avoid main lang file lines * count increase related to other langs so that it's easier * to compare any missing translations between langs */ declare const _default: { reusable: { lang: { en: string; es: string; ru: string; uk: string; kz: string; vi: string; pl: string; ro: string; uz: string; }; }; }; export default _default;