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