import { TranslationCopy } from "../typesEnumsInterfacesConsts/interfaces"; import { SupportedLangues } from "../typesEnumsInterfacesConsts/types"; interface TranslationsProps { language: SupportedLangues; } declare const translations: (x: TranslationsProps) => TranslationCopy; export { translations }; //# sourceMappingURL=translations.d.ts.map