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