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