import { SVGProps } from 'react'; declare const NervosNetwork: (props: SVGProps) => JSX.Element; export { NervosNetwork as default };