export interface Country { id: string; label: string; }