import { ReactElement } from 'react'; import { WithChartRef } from '@nivo/core'; import { InputNode, NetworkSvgProps, InputLink } from './types'; export declare const Network: (props: WithChartRef, SVGSVGElement>) => ReactElement; //# sourceMappingURL=Network.d.ts.map