import { FormControl, ValidationErrors, Validator } from '@angular/forms'; export declare class MobileValidatorDirective implements Validator { constructor(); validate(control: FormControl): ValidationErrors | null; }