import { OnInit } from '@angular/core'; import { ActiveCartService, Cart, CmsParagraphComponent, CmsService, OrderEntry, PromotionLocation, SelectiveCartService } from '@spartacus/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SaveForLaterComponent implements OnInit { protected cmsService: CmsService; protected cartService: ActiveCartService; protected selectiveCartService: SelectiveCartService; saveForLater$: Observable; cart$: Observable; entries$: Observable; cartLoaded$: Observable; data$: Observable; isCartEmpty$: Observable; CartLocation: typeof PromotionLocation; constructor(cmsService: CmsService, cartService: ActiveCartService, selectiveCartService: SelectiveCartService); ngOnInit(): void; moveToCart(item: OrderEntry): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }