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