import { OnInit } from '@angular/core'; import { BulkPricingService } from '@spartacus/product/bulk-pricing/core'; import { RoutingService } from '@spartacus/core'; import { BulkPrice } from '@spartacus/product/bulk-pricing/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class BulkPricingTableComponent implements OnInit { protected routingService: RoutingService; protected bulkPricingService: BulkPricingService; protected readonly PRODUCT_KEY = "productCode"; priceTiers$: Observable; constructor(routingService: RoutingService, bulkPricingService: BulkPricingService); ngOnInit(): void; formatQuantity(tier: BulkPrice): string; getPrices(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }