import React, { ReactElement } from 'react';
import { ICartSummaryProps } from './type';
export declare const CartSummary: React.MemoExoticComponent<({ backButton, bodyItems, headerItems, nextButton, topHeadingH4, }: ICartSummaryProps) => ReactElement>;
