import { SVGProps } from 'react';

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

export { BeefyFinance as default };
