import { ChatScrollerType } from './ChatScrollerType'; export declare const useMessageFollowing: (showButton: boolean, getPosition: ChatScrollerType, scrollTo: (y: number) => void) => void;