/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { InjectionToken } from '@angular/core'; /** * @hidden * When provided as `true`, LogicalCellDirective instances skip all * registration, focus management, and keyboard handling. Used by the * sticky-group overlay container which manages its own focus independently. */ export declare const SKIP_CELL_NAVIGATION: InjectionToken;