import { Point } from 'dagre-reactjs'; export declare const intersectPolygon2: (node: any, point: any, polyPoints: Array) => any; export declare const intersectPath: (node: any, point: any, pathString: string) => any;