import { GridState } from '../gridState'; import { Coord } from '../types'; export declare const clearScrollByDragTimer: () => void; export declare const startScrollBySelectionDragIfNeeded: (gridState: GridState, componentPixelCoord: Coord, updateSelection: () => void, options?: { suppressX?: boolean | undefined; suppressY?: boolean | undefined; }) => void;