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