import { SVGProps } from 'react';

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

export { Bancor as default };
