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