/**-----------------------------------------------------------------------------------------
* 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
 * <kendo-chart-navigator-category-axis-select [from]="1" [to]="3"></kendo-chart-navigator-category-axis-select>
 * ```
 */
export declare class NavigatorCategoryAxisSelectComponent extends CategoryAxisSelectComponent {
    configurationService: ConfigurationService;
    constructor(configurationService: ConfigurationService);
    static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorCategoryAxisSelectComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorCategoryAxisSelectComponent, "kendo-chart-navigator-category-axis-select", never, {}, {}, never, never, true, never>;
}
