import { Product } from '@spartacus/core'; import { Observable } from 'rxjs'; import { CurrentProductService } from '../current-product.service'; import { ProductDetailOutlets } from '../product-outlets.model'; import * as i0 from "@angular/core"; export declare class ProductSummaryComponent { protected currentProductService: CurrentProductService; outlets: typeof ProductDetailOutlets; product$: Observable; constructor(currentProductService: CurrentProductService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }