import { SVGProps } from "react";
declare const TBSword: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { TBSword };
