export declare type Country = { uid?: string; flag: string; name: string; code: string; };