/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ArcGaugeAreaComponent } from '../arc-gauge/gauge-area.component';
import * as i0 from "@angular/core";
/**
* Represents the configuration options of the Circular Gauge area.
* Sets up the entire visible area of the CircularGauge.
*
* @example
* ```typescript
* @Component({
* selector: 'my-app',
* template: `
*
*
*
*
* `
* })
* export class AppComponent { }
* ```
*/
export declare class CircularGaugeAreaComponent extends ArcGaugeAreaComponent {
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}