import type { Grid, PositionGridCell } from "../+types.js";
export declare const getRootCell: (grid: Grid<any>, rowIndex: number, columnIndex: number) => PositionGridCell["root"];
