type ValidatorFn = (value: string, countryCode: string) => boolean;
export declare function usePhoneValidator(): ValidatorFn | null;
export {};
