import { SVGProps } from 'react';

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

export { Aave as default };
