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