/**-----------------------------------------------------------------------------------------
* Copyright © 2026 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";
/**
* Represents the configuration options for a range in the RadialGauge scale.
*
* @example
* ```html
*
*
*
*
*
*
*
*
* ```
*/
export declare class RadialRangeComponent extends RangeComponent {
constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}