declare const Country: {
    VIET_NAM: string;
};
export default Country;
