import type { Work } from '@realsee/five';
export default function getFloorIndex(work: Work, point: {
    y: number;
}): number;
