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; displayName: string; __docgenInfo: { description: string; displayName: string; props: { onErrorMsg: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; activeCoupon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; appliedPoints: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; loadingComponent: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; getTotalCoupon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; getTotalPoints: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; withoutPopup: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; isActive: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; page: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; validCouponArgs: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; closeButtonIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; codeIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; pointsIcon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; incrementButtonLabel: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; decrementButtonLabel: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; handlePopUp: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; handleSubmit: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; handlePointsSubmit: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; onErrorMsgCoupon: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default Coupon;