import React from 'react'; import { IconProps } from '../lib'; declare function Coins({ weight, color, size, style, mirrored }: IconProps): React.JSX.Element; export default Coins; //# sourceMappingURL=Coins.d.ts.map