export declare class PasswordValueConverter { toView(value: string, isPassword: boolean): string; fromView(value: string): number; }