export function isBottomRightCornerOfRectangle({ cellId, selectionGrid, lastRowIndex, lastCellIndex, entityMap, pathToIndex }: { cellId: any; selectionGrid: any; lastRowIndex: any; lastCellIndex: any; entityMap: any; pathToIndex: any; }): boolean | undefined;