import { Object3D } from "three"; export declare const clickSet: Set>; export declare const mouseDownSet: Set>; export declare const mouseUpSet: Set>; export declare const mouseOverSet: Set>; export declare const mouseOutSet: Set>; export declare const mouseMoveSet: Set>;