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