import { HoverActivate } from'@antv/g6';
/**
* Behavior to activate the hovered element and its chain (including nodes and edges).
*/exportdeclareclassHoverActivateChainextendsHoverActivate {
protectedgetActiveIds(event: any): any[];
private collectChainNodes;
}