/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { GaugeAreaComponent } from '../base-components';
import { ConfigurationService } from '../services';
import * as i0 from "@angular/core";
/**
* Represents the configuration options for the RadialGauge area.
* This component controls the entire visible area of the RadialGauge.
*
* @example
* ```ts
* import { Component } from '@angular/core';
*
* @Component({
* selector: 'my-app',
* template: `
*
*
* `
* })
* class AppComponent {
* }
* ```
*/
export declare class RadialGaugeAreaComponent extends GaugeAreaComponent {
protected configurationService: ConfigurationService;
constructor(configurationService: ConfigurationService);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}