import { OnInit } from '@angular/core'; import { RoutingService } from '@spartacus/core'; import { Observable } from 'rxjs'; export declare class ProductPageComponent implements OnInit { private routingService; productCode$: Observable; constructor(routingService: RoutingService); ngOnInit(): void; }