export function intersectCircle(node: any, rx: any, point: any): {
    x: any;
    y: any;
};
