import { ComponentProps } from '../types';
/**
 * The UI component for the Cart feature
 * @public
 * */
export declare function Cart(): null;
/**
 * The Cart feature with its reducer, actions and UI component
 * @public
 * */
declare const _default: import("@shopify/react-compose").ReactComponent<ComponentProps> & import("@shopify/useful-types").NonReactStatics<import("@shopify/react-compose").ReactComponent<unknown> & typeof Cart>;
export default _default;
