import * as React from "react";
import type { IconProps } from "../types";
declare const CashSolid: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default CashSolid;
//# sourceMappingURL=cash-solid.d.ts.map