export declare const CHCAN: {
    readonly QTY_DECREASE: "data-checkout-qty-decrease";
    readonly QTY_INCREASE: "data-checkout-qty-increase";
};
