import { SVGProps } from 'react';

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

export { Torex as default };
