import { SVGProps } from 'react';

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

export { AdxNet as default };
