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