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