import React from 'react'; import { CouponProps } from './PropsType'; declare const Coupon: React.FC; export default Coupon;