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