import { ViewContainerRef } from '@angular/core'; import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; import * as i0 from "@angular/core"; /** * RangeColorSetting Directive * ```html * * ``` */ export declare class RangeColorSettingDirective extends ComplexBase { private viewContainerRef; directivePropList: any; /** * Specifies the fill colors for points that lie within the given range. If multiple colors are specified, a gradient will be applied. */ colors: any; /** * Specifies the end value of the color mapping range. */ end: any; /** * Specifies the name or label for the range mapping item. */ label: any; /** * Specifies the start value of the color mapping range. */ start: any; constructor(viewContainerRef: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-rangecolorsetting", never, { "colors": "colors"; "end": "end"; "label": "label"; "start": "start"; }, {}, never>; } /** * RangeColorSetting Array Directive * @private */ export declare class RangeColorSettingsDirective extends ArrayBase { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-rangecolorsettings", never, {}, {}, ["children"]>; }