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