///
interface UseInViewOptions {
root?: HTMLElement | null;
rootMargin?: string;
threshold?: number | number[];
once?: boolean;
}
declare const useInView: (options?: UseInViewOptions) => {
ref: import("react").MutableRefObject;
isInView: boolean;
wasInView: boolean;
};
export default useInView;
//# sourceMappingURL=use-in-view.d.ts.map