export interface IAvailableLanguage { lang: string; text?: string; title?: string; url?: string; }