import type { ResponseCartProduct } from '@automattic/shopping-cart';
export declare function DefaultLineItemSublabel({ product }: {
    product: ResponseCartProduct;
}): (string | number | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null;
export declare function getLabel(product: ResponseCartProduct): string;
//# sourceMappingURL=checkout-labels.d.ts.map