import { ButtonI } from '../atomic/button.interface'; export interface LanguagesModalI { title?: string; closeBtn: ButtonI; buttons: ButtonI[]; }