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