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