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