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