/**-----------------------------------------------------------------------------------------
* Copyright © 2025 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";
/**
 * The configuration options of the Circular Gauge area.
 * Represents the entire visible area of the Circular Gauge.
 */
export declare class CircularGaugeAreaComponent extends ArcGaugeAreaComponent {
    static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeAreaComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CircularGaugeAreaComponent, "kendo-circulargauge-area", never, {}, {}, never, never, true, never>;
}
