import { SVGProps } from 'react'; declare const Counterparty: (props: SVGProps) => JSX.Element; export { Counterparty as default };