/**----------------------------------------------------------------------------------------- * Copyright © 2026 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"; /** * Represents the [`NgModule`](link:site.data.urls.angular['ngmodules']) definition that includes the CircularGauge component and its directives. * Import the `CircularGaugeModule` into your application * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module * that uses the CircularGauge component. * * @example * ```ts * 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; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }