import { ValidatorFn } from '@angular/forms';
export declare const phone: (country: string) => ValidatorFn;
