import React from 'react'; interface defaultType { [v: string]: any; } interface initialGetCoupon extends defaultType { type: number; coupons: Array; } export declare const GetCouponOne: React.NamedExoticComponent; export {};