import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class GradientUnitInput implements ControlValueAccessor { private cdr; disabled: boolean; units: string[]; value: number | null; unit: string; private onChange; private onTouched; writeValue(value: any): void; registerOnChange(fn: (value: string) => void): void; registerOnTouched(fn: () => void): void; setDisabledState(isDisabled: boolean): void; onValueChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_disabled: unknown; }