import { AbstractControl } from '@angular/forms'; export declare const emailValidator: (control: AbstractControl) => { [key: string]: boolean; };