import { ElementRef, OnDestroy, ViewContainerRef } from '@angular/core'; import { SavedCartFormType } from '@spartacus/cart/saved-cart/root'; import { Cart } from '@spartacus/core'; import { LaunchDialogService } from '@spartacus/storefront'; import { Observable } from 'rxjs'; import { SavedCartDetailsService } from '../saved-cart-details.service'; import * as i0 from "@angular/core"; export declare class SavedCartDetailsActionComponent implements OnDestroy { protected savedCartDetailsService: SavedCartDetailsService; protected vcr: ViewContainerRef; protected launchDialogService: LaunchDialogService; private subscription; savedCartFormType: typeof SavedCartFormType; element: ElementRef; savedCart$: Observable; constructor(savedCartDetailsService: SavedCartDetailsService, vcr: ViewContainerRef, launchDialogService: LaunchDialogService); openDialog(cart: Cart, type: SavedCartFormType): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }