import { SVGProps } from 'react';

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

export { Counterparty as default };
