import type { Five, Intersection } from '@realsee/five';
export declare function getIntersectFromRelativePosition(five: Five, position: {
    x: number;
    y: number;
}): Intersection;
