import { ChartsColor } from 'devextreme/common/charts';
import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiLinearGaugeRangeComponent extends CollectionNestedOption {
    get color(): ChartsColor | string;
    set color(value: ChartsColor | string);
    get endValue(): number;
    set endValue(value: number);
    get startValue(): number;
    set startValue(value: number);
    protected get _optionPath(): string;
    constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiLinearGaugeRangeComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxiLinearGaugeRangeComponent, "dxi-linear-gauge-range", never, { "color": { "alias": "color"; "required": false; }; "endValue": { "alias": "endValue"; "required": false; }; "startValue": { "alias": "startValue"; "required": false; }; }, {}, never, never, true, never>;
}
export declare class DxiLinearGaugeRangeModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiLinearGaugeRangeModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DxiLinearGaugeRangeModule, never, [typeof DxiLinearGaugeRangeComponent], [typeof DxiLinearGaugeRangeComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DxiLinearGaugeRangeModule>;
}
