import { OnDestroy, OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import { AnonymousConsent, AnonymousConsentsConfig, AnonymousConsentsService, AuthConfigService, GlobalMessageService, RoutingService } from '@spartacus/core'; import { Title, UserRegisterFacade, UserSignUp } from '@spartacus/user/profile/root'; import { BehaviorSubject, Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class RegisterComponent implements OnInit, OnDestroy { protected userRegister: UserRegisterFacade; protected globalMessageService: GlobalMessageService; protected fb: FormBuilder; protected router: RoutingService; protected anonymousConsentsService: AnonymousConsentsService; protected anonymousConsentsConfig: AnonymousConsentsConfig; protected authConfigService: AuthConfigService; titles$: Observable