export declare type Country = {
    country?: string;
    name?: string;
};
