/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { LabelsComponent } from '../base-components';
import { ConfigurationService } from '../services';
import { RadialLabels, RadialLabelPosition } from '../types';
import * as i0 from "@angular/core";
/**
* Configures the configuration options for the scale labels of the RadialGauge.
*
* @example
* ```html
*
*
*
*
*
*
* ```
*/
export declare class RadialLabelsComponent extends LabelsComponent implements RadialLabels {
protected configurationService: ConfigurationService;
/**
* Sepcifies rhe position of the labels relative to the scale.
*/
position: RadialLabelPosition;
constructor(configurationService: ConfigurationService);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}