import { SVGProps } from 'react';

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

export { Augur as default };
