import { SVGProps } from 'react';

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

export { Irisnet as default };
