/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ArcLabelsComponent } from '../arc-gauge/labels.component'; import * as i0 from "@angular/core"; /** * Represents the configuration options for the scale labels of the Circular Gauge. * * @example * ```ts * import { Component } from '@angular/core'; * * @Component({ * selector: 'my-app', * template: ` * * * * * * * ` * }) * export class AppComponent { * public value: number = 75; * } * ``` */ export declare class CircularGaugeLabelsComponent extends ArcLabelsComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }