import type { ScrollListenerHookOptions } from "./useScrollListener"; export declare type ScrollListenerProps = Omit; /** * This is a simple component wrapper for the `useScrollListener` hook. */ export declare function ScrollListener(props: ScrollListenerProps): null;