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