import { SurveyorFormInputComponent } from '../../../form-input-component'; import { UntypedFormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class MaterialPasswordInputComponent extends SurveyorFormInputComponent { hide: boolean; passwordStrength: number; passwordMessage: string; passwordClass: string; validatePasswordStrength(c: UntypedFormControl): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }