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