import { withInstall } from '../utils'; import _CouponCell from './CouponCell'; const CouponCell = withInstall(_CouponCell); export default CouponCell; export { CouponCell };