import { AbstractControl } from '@angular/forms'; export default function phoneOrEmail(control: AbstractControl): { phoneOrEmail: boolean; };