import { FC } from "react"; import { Camera, Scene } from "three"; export declare const EventHandling: FC<{ camera: Camera; scene: Scene; }>;