• Returns {
        confirmPassword: Ref<string, string>;
        confirmPasswordError: Ref<string[], string[]>;
        isMatch: Ref<boolean, boolean>;
        isValidPassword: Ref<boolean, boolean>;
        password: Ref<string, string>;
        passwordErrors: Ref<string[], string[]>;
    }