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