import { TranslationsType } from '../types'; export declare const translation: (texts: TranslationsType[], language: string) => TranslationsType;