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