import type { NodeCollection, NodeSingular } from 'cytoscape'; import type { Dispatch, SetStateAction } from 'react'; export declare const useHoveredNode: (renderedElements?: NodeCollection) => [NodeSingular | undefined, Dispatch>]; //# sourceMappingURL=useHoveredNode.d.ts.map