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

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

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