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