export default function isMobilePhone(str: any, locale: any, options: any): any; export declare const phoneLocales: string[]; export declare const validPhoneNumber: (locale: any, countryCode: string, phone: string, t: any) => boolean;