/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ConfigurationService } from '../../../common/configuration.service';
import { CategoryAxisSelectComponent } from '../../../chart/category-axis-item/select.component';
import * as i0 from "@angular/core";
/**
* Specifies the selected axis range.
* When set, axis selection is enabled. The range uses zero-based indexes.
* Selects categories with indexes in the range (`select.from`, `select.to`).
* The last category in the range is not included in the selection.
* If categories are dates, specify the range with date values.
*
* @example
* ```typescript
*
* ```
*/
export declare class NavigatorCategoryAxisSelectComponent extends CategoryAxisSelectComponent {
configurationService: ConfigurationService;
constructor(configurationService: ConfigurationService);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}