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