/// <reference types="react" />
import type { Props } from "./types";
declare const Coupon: ({ children, dataTest, id }: Props) => JSX.Element;
export default Coupon;
