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