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