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