import { SVGProps } from 'react';

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

export { AgrelloDelta as default };
