export function handleActiveCellInSelectionTab({ activeCellInsideSelectionArea, activeCellCoordinates, activeCellRef, selectionAreas, updateActiveCellCoordinates, }: {
    activeCellInsideSelectionArea: any;
    activeCellCoordinates: any;
    activeCellRef: any;
    selectionAreas: any;
    updateActiveCellCoordinates: any;
}): any;
//# sourceMappingURL=handleActiveCellInSelectionTab.d.ts.map