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 DxiCircularGaugeRangeComponent 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<DxiCircularGaugeRangeComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxiCircularGaugeRangeComponent, "dxi-circular-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 DxiCircularGaugeRangeModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiCircularGaugeRangeModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DxiCircularGaugeRangeModule, never, [typeof DxiCircularGaugeRangeComponent], [typeof DxiCircularGaugeRangeComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DxiCircularGaugeRangeModule>;
}
