export function handleCellDeletion({ activeCellCoordinates, selectionAreas, currentMatcher, rows, setActiveCellContent, updateData, }: {
activeCellCoordinates: any;
selectionAreas: any;
currentMatcher: any;
rows: any;
setActiveCellContent: any;
updateData: any;
}): void;