import { FormControl } from '@angular/forms'; import { OrderEntry, PromotionLocation } from '@spartacus/core'; import { ReplaySubject } from 'rxjs'; import { CartItemComponentOptions } from '../cart-item.component'; import { CartItemContext } from './cart-item-context.model'; import * as i0 from "@angular/core"; /** * Context source for `CartItemComponent`. * * `CartItemContext` should be injected instead in child components. */ export declare class CartItemContextSource implements CartItemContext { readonly compact$: ReplaySubject; readonly readonly$: ReplaySubject; readonly item$: ReplaySubject; readonly quantityControl$: ReplaySubject; readonly location$: ReplaySubject; readonly options$: ReplaySubject; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }