/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import * as i0 from "@angular/core";
import * as i1 from "./circular-gauge.component";
import * as i2 from "./center-template.directive";
import * as i3 from "./gauge-area.component";
import * as i4 from "./scale.component";
import * as i5 from "./labels.component";
/**
 * A [module](link:site.data.urls.angular['ngmodules']) that includes the CircularGauge component and its directives.
 * Imports the `CircularGaugeModule` into your application
 * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
 * that will use the CircularGauge component.
 *
 * @example
 * ```ts-no-run
 * import { NgModule } from '@angular/core';
 * import { BrowserModule } from '@angular/platform-browser';
 * import { CircularGaugeModule } from '@progress/kendo-angular-gauges';
 * import { AppComponent } from './app.component';
 *
 * _@NgModule({
 *     bootstrap:    [AppComponent],
 *     declarations: [AppComponent],
 *     imports:      [BrowserModule, CircularGaugeModule]
 * })
 * export class AppModule {
 * }
 * ```
 */
export declare class CircularGaugeModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<CircularGaugeModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<CircularGaugeModule, never, [typeof i1.CircularGaugeComponent, typeof i2.CircularGaugeCenterTemplateDirective, typeof i3.CircularGaugeAreaComponent, typeof i4.CircularGaugeScaleComponent, typeof i5.CircularGaugeLabelsComponent], [typeof i1.CircularGaugeComponent, typeof i2.CircularGaugeCenterTemplateDirective, typeof i3.CircularGaugeAreaComponent, typeof i4.CircularGaugeScaleComponent, typeof i5.CircularGaugeLabelsComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<CircularGaugeModule>;
}
