import * as React from 'react'; import { Object3D } from 'three'; export declare function useIntersect(onChange: (visible: boolean) => void): React.RefObject;