export declare const phoneRegexList: {
    country: string;
    regex: RegExp;
}[];
