import { ConicGradientResult } from '@acrodata/gradient-parser'; import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class ConicGradientPicker implements ControlValueAccessor { private cdr; get value(): string; set value(newVal: string); private _value; valueChange: EventEmitter; disabled: boolean; conicGradient: ConicGradientResult; angleUnits: string[]; lengthUnits: string[]; posXOptions: string[]; posYOptions: string[]; colorSpaceOptgroups: { label: string; options: string[]; }[]; hueInterpolationMethodOptions: string[]; get isPolarColorSpace(): boolean; private onChange; private onTouched; writeValue(value: any): void; registerOnChange(fn: (value: string) => void): void; registerOnTouched(fn: () => void): void; setDisabledState(isDisabled: boolean): void; onGradientChange(): void; reverseStops(): void; onColorSpaceChange(): void; switchPositionType(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_disabled: unknown; }