import { Intersection, Object3D, Object3DEventMap } from 'three'; export type TIntersectionEvent = Intersection> | undefined;