import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const DirectionsBoat: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default DirectionsBoat;
