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