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