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