import * as React from "react"; import { IconProps } from '../lib'; declare const Money: (props: IconProps) => React.JSX.Element; export default Money; //# sourceMappingURL=Money.d.ts.map