interface UseScrollToBottom {
    host: any;
    behavior?: ScrollBehavior;
    timeout?: number;
}
export declare const useScrollToBottom: ({ host, behavior, timeout, }: UseScrollToBottom) => {
    scrollToBottom: () => void;
};
export {};
