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