import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Coupon: React.MemoExoticComponent>; declare type CouponRef = PathIconRef; declare type CouponProps = PathIconProps; export { Coupon }; export type { CouponRef, CouponProps }; export default Coupon;