import { OnInit, EventEmitter } from '@angular/core'; import { RoutingService, Address, CartDataService, UserService } from '@spartacus/core'; import { Observable } from 'rxjs'; import { Card } from '../../../../ui/components/card/card.component'; export declare class ShippingAddressComponent implements OnInit { protected userService: UserService; protected cartData: CartDataService; protected routingService: RoutingService; existingAddresses$: Observable
; newAddressFormManuallyOpened: boolean; cards: Card[]; isLoading$: Observable