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