export interface UseNearBottomAutoscrollOptions { followKey: unknown; streaming?: boolean; threshold?: number; enabled?: boolean; } export declare function useNearBottomAutoscroll({ followKey, streaming, threshold, enabled, }: UseNearBottomAutoscrollOptions): { scrollRef: import("react").RefObject; isNearBottomRef: import("react").RefObject; showScrollToBottom: boolean; markNearBottom: () => void; scrollToBottom: () => void; scrollToBottomAfterPaint: () => void; resumeFollowing: () => void; }; //# sourceMappingURL=use-near-bottom-autoscroll.d.ts.map