export interface LanguageInterface { value: string; icon?: string; isSelected?: boolean; onClick?: () => void; }