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