/** * Hook for managing auto-scroll behavior with user scroll detection */ export declare const useAutoScroll: () => { containerRef: import("react").RefObject; scrollToBottom: () => void; handleScroll: () => void; resetScroll: () => void; userHasScrolled: boolean; }; export default useAutoScroll; //# sourceMappingURL=useAutoScroll.d.ts.map