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