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