export interface PasswordStrength { regex: string; validate: boolean; percent: number; }