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