import { Raycaster, Camera, Intersection } from 'three'; import React from 'react'; export declare function useCamera(camera: Camera | React.MutableRefObject, props?: Partial): (_: Raycaster, intersects: Intersection[]) => void;