export declare const useAutoScrollToBottom: ({ ref, }: {
    ref: React.RefObject<HTMLElement>;
}) => void;
