import { SVGProps } from 'react';

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

export { CompoundUsdt as default };
