import { ElementRef, OnDestroy, ViewContainerRef } from '@angular/core'; import { Cart, TranslationService } from '@spartacus/core'; import { Card, ICON_TYPE, LaunchDialogService } from '@spartacus/storefront'; import { Observable } from 'rxjs'; import { SavedCartDetailsService } from '../saved-cart-details.service'; import * as i0 from "@angular/core"; export declare class SavedCartDetailsOverviewComponent implements OnDestroy { protected savedCartDetailsService: SavedCartDetailsService; protected translation: TranslationService; protected vcr: ViewContainerRef; protected launchDialogService: LaunchDialogService; private subscription; element: ElementRef; iconTypes: typeof ICON_TYPE; savedCart$: Observable; constructor(savedCartDetailsService: SavedCartDetailsService, translation: TranslationService, vcr: ViewContainerRef, launchDialogService: LaunchDialogService); getCartName(cartName: string): Observable; getCartDescription(cartDescription: string): Observable; getCartId(cartId: string): Observable; getDateSaved(saveTime: string | null): Observable; getCartItems(totalItems: number): Observable; getCartQuantity(totalUnitCount: number): Observable; getCartTotal(totalPriceWithTax: string): Observable; openDialog(cart: Cart): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }