import { ClientPoint } from './types'; export declare function updateAutoScroll(point: ClientPoint | null, node: HTMLElement | null): void; export declare function stopAutoScroll(): void;