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