import type { TextSelectionDragType, CleanupFn } from '@atlaskit/pragmatic-drag-and-drop/types'; import type { ElementAutoScrollArgs, WindowAutoScrollArgs } from '../internal-types'; export declare const autoScrollForTextSelection: (args: ElementAutoScrollArgs) => CleanupFn; export declare const autoScrollWindowForTextSelection: (args?: WindowAutoScrollArgs) => CleanupFn;