import type { Context } from '../context/grid-context'; export declare function ensureRowIsVisible(row: HTMLTableRowElement, scroller: HTMLDivElement, grid: Context): void; export declare function ensureCellIsVisible(cell: HTMLTableCellElement, scroller: HTMLDivElement, grid: Context): void; //# sourceMappingURL=ensure-visible.d.ts.map