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