import { CmsProductCarouselComponent as model, Product, ProductScope, ProductService } from '@spartacus/core'; import { Observable } from 'rxjs'; import { CmsComponentData } from '../../../../cms-structure/page/model/cms-component-data'; import * as i0 from "@angular/core"; export declare class ProductCarouselComponent { protected componentData: CmsComponentData; protected productService: ProductService; protected readonly PRODUCT_SCOPE = ProductScope.LIST; private componentData$; /** * returns an Observable string for the title. */ title$: Observable; /** * Observable that holds 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[]>; constructor(componentData: CmsComponentData, productService: ProductService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }