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