import { ValidatorFn } from '@angular/forms'; export declare function passwordValidator(options?: { minLength?: number; }): ValidatorFn;