declare const countryOptions: { label: string; value: string; }[]; export default countryOptions;