import { PopupPropsType } from '../OrderSummary/types'; declare const Points: { ({ isActive, classes, closeButtonIcon, pointsIcon, handlePopUp, handleSubmit, getTotalPoints, appliedPoints, incrementButtonLabel, decrementButtonLabel, onErrorMsg, loadingComponent, page, }: PopupPropsType): JSX.Element; 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: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; decrementButtonLabel: { defaultValue: { value: string; }; 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 Points;