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