import { SVGProps } from 'react';

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

export { Thorecoin as default };
