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

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

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