import { SVGProps } from 'react';

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

export { CompoundDai as default };
