import { AfterViewInit, OnDestroy } from '@angular/core'; import { ControlValueAccessor, FormControl } from '@angular/forms'; import { DatatableSearchNumberColumn } from '../../types/datatable-column.type'; import * as i0 from "@angular/core"; export declare class HeaderNumberFilterComponent implements AfterViewInit, OnDestroy, ControlValueAccessor { column: DatatableSearchNumberColumn; control: FormControl; selectControl: FormControl; operatorControl: FormControl; onChange: () => void; onTouched: () => void; private injector; private changeDetectorRef; private subsink; writeValue: (value: any) => void; registerOnChange(onChange: any): void; registerOnTouched(onTouched: any): void; ngAfterViewInit(): Promise; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "lib-header-number-filter", never, { "column": { "alias": "column"; "required": false; }; }, {}, never, never, true, never>; }