export interface CouponListProps { backgroundColor: string; color: string; queue: string; paddingTop: number; paddingBottom: number; } export declare const CouponList: import("react").NamedExoticComponent;