import { PricePointTypes, SubscriptionComponentPriceStep } from '../../../models/component/types'; export declare const getPriceRange: (pricePointType: PricePointTypes, prices: SubscriptionComponentPriceStep[], currency: string) => { value: number; currency: string; } | { value: number[]; currency: string; };