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