export declare type PasswordRule = 'small' | 'capital' | 'number' | 'special';