/**-----------------------------------------------------------------------------------------
* 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 "./linear-gauge.component";
import * as i2 from "./gauge-area.component";
import * as i3 from "./scale.component";
import * as i4 from "./labels.component";
import * as i5 from "./pointers.component";
import * as i6 from "./pointer.component";
import * as i7 from "./range.component";
import * as i8 from "./ranges.component";
/**
 * A [module](link:site.data.urls.angular['ngmodules']) that includes the LinearGauge component and its directives.
 * Imports the `LinearGaugeModule` into your application
 * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
 * that will use the LinearGauge component.
 *
 * @example
 * ```ts-no-run
 * import { NgModule } from '@angular/core';
 * import { BrowserModule } from '@angular/platform-browser';
 * import { LinearGaugeModule } from '@progress/kendo-angular-gauges';
 * import { AppComponent } from './app.component';
 *
 * _@NgModule({
 *     bootstrap:    [AppComponent],
 *     declarations: [AppComponent],
 *     imports:      [BrowserModule, LinearGaugeModule]
 * })
 * export class AppModule {
 * }
 * ```
 */
export declare class LinearGaugeModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<LinearGaugeModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<LinearGaugeModule, never, [typeof i1.LinearGaugeComponent, typeof i2.LinearGaugeAreaComponent, typeof i3.LinearScaleComponent, typeof i4.LinearLabelsComponent, typeof i5.LinearPointersComponent, typeof i6.LinearPointerComponent, typeof i7.LinearRangeComponent, typeof i8.LinearRangesComponent], [typeof i1.LinearGaugeComponent, typeof i2.LinearGaugeAreaComponent, typeof i3.LinearScaleComponent, typeof i4.LinearLabelsComponent, typeof i5.LinearPointersComponent, typeof i6.LinearPointerComponent, typeof i7.LinearRangeComponent, typeof i8.LinearRangesComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<LinearGaugeModule>;
}
