/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { CollectionChangesService, ConfigurationService } from '../services';
import { RangeComponent } from '../base-components';
import * as i0 from "@angular/core";
/**
 * The configuration options for a scale range item of a RadialGauge.
 */
export declare class RadialRangeComponent extends RangeComponent {
    constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
    static ɵfac: i0.ɵɵFactoryDeclaration<RadialRangeComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<RadialRangeComponent, "kendo-radialgauge-scale-range", never, {}, {}, never, never, true, never>;
}
