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