export interface Country { name: string; id: string; value: string; }