import { RefObject } from "react"; declare type OnBottomScrollOptions = { ref: RefObject; callback: () => void; offset?: number; }; declare function useOnBottomScroll(options: OnBottomScrollOptions): void; export default useOnBottomScroll; //# sourceMappingURL=useOnBottomScroll.d.ts.map