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