import { ComputedNode, InputLink, InputNode, NetworkSvgProps } from './types'; interface NetworkNodeAnnotationsProps { nodes: ComputedNode[]; annotations: NonNullable['annotations']>; } export declare const NetworkNodeAnnotations: ({ nodes, annotations, }: NetworkNodeAnnotationsProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=NetworkNodeAnnotations.d.ts.map