import { SVGProps } from 'react';

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

export { Aragon as default };
