import { FormControl } from '@angular/forms'; export declare const passwordComplexity: (control: FormControl) => { [s: string]: boolean; };