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