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