import { type UIEventHandler } from "react"; declare const useLayoutScrolledContent: () => { ref: import("react").MutableRefObject; isContentScrolled: boolean; isScrollable: boolean; isScrolledToEnd: boolean; onScroll: UIEventHandler; }; export default useLayoutScrolledContent;