// @flow
import * as React from "react";

import { Props } from "../Icon";

declare const PromoCode: React.FunctionComponent<Props>;
export { PromoCode, PromoCode as default };
