import { PricingRow } from '../pricingRow';
export declare class WeightPricingRow extends PricingRow {
    weightInPounds: number;
    constructor(weight: number, price: number);
}
