import React from 'react'; import type { GraphProps } from '../types'; export interface NetworkGraphProps extends GraphProps { } declare const NetworkGraph: React.FC; export default NetworkGraph;