import { OnInit } from '@angular/core'; import { MeteoriteCartService } from '../meteorite-cart.service'; import * as i0 from "@angular/core"; export declare class MeteoriteCartComponent implements OnInit { cartService: MeteoriteCartService; loadingCartId: string; constructor(cartService: MeteoriteCartService); ngOnInit(): void; addSelectedItem(product: any): void; onCmsSave(event: any): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } //# sourceMappingURL=meteorite-cart.component.d.ts.map