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