import { SVGProps } from 'react';

declare const CompoundUsdCoin: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { CompoundUsdCoin as default };
