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