import { SVGProps } from 'react';

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

export { Tenx as default };
