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