import { ParsedCountry } from 'react-international-phone'; /** Whether phone number is not empty */ export declare const validatePhoneLength: (phone: string, country: ParsedCountry) => boolean;