import { PopupPropsType } from '../OrderSummary/types'; declare const Coupon: ({ validCouponArgs, isActive, closeButtonIcon, codeIcon, classes, handlePopUp, handleSubmit, getTotalCoupon, withoutPopup, loadingComponent, activeCoupon, onErrorMsgCoupon, page, }: PopupPropsType) => JSX.Element | null; export default Coupon;