import { SVGProps } from 'react';

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

export { NervosNetwork as default };
