export declare const phoneNoReg: RegExp;
export declare const flagURL = "https://flagpedia.net/data/flags/h80/";
export declare const removeSpace: RegExp;
export declare const flagUrl: (countryCode: string) => string;
