import { AfterViewInit } from '@angular/core'; import { ControlValueAccessor, FormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export type OPERATOR = '=' | '>' | '≥' | '<' | '≤' | '<>' | '≤≥'; export declare class OperatorSelectComponent implements AfterViewInit, ControlValueAccessor { set setDisableRange(disableRange: any); disableRange: boolean; operators: OPERATOR[]; isOpen: boolean; control?: FormControl; onChange: () => void; onTouched: () => void; private injector; private changeDetectorRef; writeValue: () => void; registerOnChange(onChange: any): void; registerOnTouched(onTouched: any): void; ngAfterViewInit(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }