import { SVGProps } from 'react';

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

export { Tomochain as default };
