export type ChatScrollerType = () => (Readonly<{ scrollHeight: number; scrollTop: number; offsetHeight: number; }>);