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