import { SVGProps } from 'react';

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

export { Loopring as default };
