import { SVGProps } from 'react';

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

export { YearnFinance as default };
