import { NodeOptions, Point } from '../../types'; export declare const intersectRect: (node: NodeOptions, point: Point) => { x: number; y: number; };