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