import { SVGProps } from 'react';

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

export { LoomNetwork as default };
