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