import { SVGProps } from 'react';

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

export { Thorchain as default };
