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