/// import { IEcomStore, IEcomContext } from "../types"; interface ICustomerInformationSummaryProps extends IEcomContext, IEcomStore { } declare const _default: (props: ICustomerInformationSummaryProps) => JSX.Element; export default _default;