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