import { SVGProps } from 'react';

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

export { ExchangeUnion as default };
