/// import { GraphData } from '../../../'; export interface IQueryCommonNeighbor { id: 'queryCommonNeighbor'; query: (selectIds: string[]) => Promise; } declare const CommonNeighbor: () => JSX.Element; export default CommonNeighbor;