import { BehaviorSubject } from 'rxjs'; import { CurrentProductService, ProductImagesComponent } from '@spartacus/storefront'; import * as i0 from "@angular/core"; export declare class ProductImageZoomProductImagesComponent extends ProductImagesComponent { protected currentProductService: CurrentProductService; expandImage: BehaviorSubject; selectedIndex: number | undefined; constructor(currentProductService: CurrentProductService); openImage(item: any): void; /** * Opens image zoom dialog. */ triggerZoom(value: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }