import { OnInit } from '@angular/core'; import { PghConditionOperators } from '../models'; import { ControlValueAccessor, UntypedFormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class PghConditionOperatorComponent implements OnInit, ControlValueAccessor { value: import("@angular/core").InputSignal; valueChanges: import("@angular/core").OutputEmitterRef; operatorControl: UntypedFormControl; onChange?: (newValue: PghConditionOperators) => void; onTouched?: (value: any) => void; constructor(); ngOnInit(): void; registerOnChange(fn: (newValue: PghConditionOperators) => void): void; registerOnTouched(fn: (value: any) => void): void; writeValue(value: PghConditionOperators): void; private setUpOperatorChangeValueListener; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }