/// <reference types="react" />
declare const Boat: (props: any, ref: any) => JSX.Element;
export default Boat;
