import { SVGProps } from 'react';

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

export { OasisNetwork as default };
