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