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

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

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