export declare const countryData: {
    country: string;
    countryCode: string;
    callingCode: string;
}[];
