import { AbstractControl } from '@angular/forms'; export declare class EmailValidators { static simple(control: AbstractControl): { [key: string]: boolean; }; static normal(control: AbstractControl): { [key: string]: boolean; }; }