export function useMoveActiveCell({ spreadsheetRef, activeCellCoordinates, containerHasFocus, createActiveCell, activeCellContent, isActiveHeaderCellChanged, }: {
    spreadsheetRef: any;
    activeCellCoordinates: any;
    containerHasFocus: any;
    createActiveCell: any;
    activeCellContent: any;
    isActiveHeaderCellChanged: any;
}): void;
//# sourceMappingURL=useMoveActiveCell.d.ts.map