/** Label corresponding to different type of price */
export declare enum PriceLabelEnum {
    'DISCOUNT' = "DISCOUNT",
    'FEE' = "FEE",
    'PRICE' = "PRICE",
    'RENEW' = "RENEW",
    'TOTAL' = "TOTAL"
}
//# sourceMappingURL=PriceLabelEnum.d.ts.map