/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ArcScaleComponent } from '../arc-gauge/scale.component'; import { CircularGaugeScale } from '../types'; import * as i0 from "@angular/core"; /** * Represents the configuration options for the scale of the Circular Gauge * ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge/scale-options)). * * @example * ```typescript * @Component({ * selector: 'my-app', * template: ` * * * * * ` * }) * class AppComponent { } * ``` * * @remarks * Supported children components are: {@link CircularGaugeLabelsComponent} */ export declare class CircularGaugeScaleComponent extends ArcScaleComponent implements CircularGaugeScale { /** * @hidden */ endAngle?: number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }