import { HookResponse, IntersectionOptions } from './typings/types'; export declare function useInView(options?: IntersectionOptions): HookResponse;