import { SVGProps } from 'react';

declare const Nexo: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Nexo as default };
