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