export declare enum PasswordStrength { WEAK = 1, MEDIUM = 3, STRONG = 5 } export declare type PasswordCriteriaType = { isMoreThanMinLength: boolean; hasLowerCase: boolean; hasUpperCase: boolean; hasDigit: boolean; hasSpecialChar: boolean; }; export declare const isMoreThanMinLength: { (password: string): boolean; displayName: string; __docgenInfo: { description: string; displayName: string; props: { toString: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; charAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; charCodeAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; concat: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; indexOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; lastIndexOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; localeCompare: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; match: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; replace: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; search: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; slice: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; split: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; substring: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLowerCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleLowerCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toUpperCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleUpperCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trim: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; length: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; substr: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; valueOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; codePointAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; includes: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; endsWith: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; normalize: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; repeat: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; startsWith: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; anchor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; big: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; blink: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; bold: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fixed: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fontcolor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fontsize: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; italics: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; link: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; small: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; strike: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; sub: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; sup: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; "__@iterator": { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; padStart: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; padEnd: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimEnd: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimStart: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimLeft: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimRight: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; matchAll: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; replaceAll: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export declare const hasLowerCase: { (password: string): boolean; displayName: string; __docgenInfo: { description: string; displayName: string; props: { toString: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; charAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; charCodeAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; concat: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; indexOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; lastIndexOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; localeCompare: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; match: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; replace: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; search: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; slice: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; split: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; substring: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLowerCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleLowerCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toUpperCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleUpperCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trim: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; length: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; substr: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; valueOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; codePointAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; includes: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; endsWith: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; normalize: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; repeat: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; startsWith: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; anchor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; big: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; blink: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; bold: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fixed: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fontcolor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fontsize: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; italics: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; link: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; small: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; strike: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; sub: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; sup: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; "__@iterator": { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; padStart: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; padEnd: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimEnd: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimStart: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimLeft: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimRight: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; matchAll: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; replaceAll: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export declare const hasUpperCase: { (password: string): boolean; displayName: string; __docgenInfo: { description: string; displayName: string; props: { toString: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; charAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; charCodeAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; concat: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; indexOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; lastIndexOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; localeCompare: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; match: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; replace: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; search: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; slice: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; split: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; substring: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLowerCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleLowerCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toUpperCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleUpperCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trim: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; length: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; substr: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; valueOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; codePointAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; includes: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; endsWith: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; normalize: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; repeat: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; startsWith: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; anchor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; big: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; blink: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; bold: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fixed: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fontcolor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fontsize: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; italics: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; link: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; small: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; strike: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; sub: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; sup: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; "__@iterator": { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; padStart: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; padEnd: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimEnd: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimStart: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimLeft: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimRight: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; matchAll: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; replaceAll: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export declare const hasDigit: { (password: string): boolean; displayName: string; __docgenInfo: { description: string; displayName: string; props: { toString: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; charAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; charCodeAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; concat: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; indexOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; lastIndexOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; localeCompare: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; match: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; replace: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; search: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; slice: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; split: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; substring: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLowerCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleLowerCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toUpperCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleUpperCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trim: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; length: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; substr: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; valueOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; codePointAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; includes: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; endsWith: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; normalize: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; repeat: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; startsWith: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; anchor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; big: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; blink: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; bold: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fixed: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fontcolor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fontsize: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; italics: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; link: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; small: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; strike: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; sub: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; sup: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; "__@iterator": { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; padStart: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; padEnd: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimEnd: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimStart: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimLeft: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimRight: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; matchAll: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; replaceAll: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export declare const hasSpecialChar: { (password: string): boolean; displayName: string; __docgenInfo: { description: string; displayName: string; props: { toString: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; charAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; charCodeAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; concat: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; indexOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; lastIndexOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; localeCompare: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; match: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; replace: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; search: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; slice: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; split: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; substring: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLowerCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleLowerCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toUpperCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleUpperCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trim: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; length: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; substr: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; valueOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; codePointAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; includes: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; endsWith: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; normalize: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; repeat: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; startsWith: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; anchor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; big: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; blink: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; bold: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fixed: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fontcolor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fontsize: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; italics: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; link: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; small: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; strike: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; sub: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; sup: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; "__@iterator": { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; padStart: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; padEnd: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimEnd: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimStart: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimLeft: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimRight: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; matchAll: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; replaceAll: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export declare const getPasswordStrength: { (passwordCriteria: PasswordCriteriaType): 0 | PasswordStrength; displayName: string; __docgenInfo: { description: string; displayName: string; props: { isMoreThanMinLength: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; hasLowerCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; hasUpperCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; hasDigit: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; hasSpecialChar: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; };