import { CmsProductReferencesComponent, Product, ProductReferenceService } from '@spartacus/core'; import { Observable } from 'rxjs'; import { CmsComponentData } from '../../../../cms-structure/page/model/cms-component-data'; import { CurrentProductService } from '../../current-product.service'; import * as i0 from "@angular/core"; export declare class ProductReferencesComponent { protected cmsComponentData: CmsComponentData; protected currentProductService: CurrentProductService; protected productReferenceService: ProductReferenceService; constructor(cmsComponentData: CmsComponentData, currentProductService: CurrentProductService, productReferenceService: ProductReferenceService); protected get componentData$(): Observable; /** * Returns an Observable String for the product code */ protected get productCode$(): Observable; /** * Returns an Observable String for the title */ get title$(): Observable; /** * Observable with an Array of Observables. This is done so that * the component UI could consider to lazy load the UI components when they're * in the viewpoint. */ items$: Observable[]>; /** * Returns an observable for product references */ private getProductReferences; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }