import { SVGProps } from 'react';

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

export { Hedgetrade as default };
