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

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

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