import { ValidatorFn } from '@angular/forms'; export declare function phoneValidator(countryCode: () => string | string, relaxed?: boolean): ValidatorFn;