import type { Booth } from '../../store/BoothStore';
export default function getBoothIdFromClientXy(clientX: number, clientY: number): Booth | null;
//# sourceMappingURL=booth-by-xy.d.ts.map