import { AfterViewInit, OnDestroy } from '@angular/core'; import { ControlValueAccessor, FormControl } from '@angular/forms'; import { DatatableSearchTextColumn } from '../../types/datatable-column.type'; import * as i0 from "@angular/core"; export declare class HeaderTextFilterComponent implements AfterViewInit, OnDestroy, ControlValueAccessor { column: DatatableSearchTextColumn; control: FormControl; selectControl: 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; private escapeRegExp; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "lib-header-text-filter", never, { "column": { "alias": "column"; "required": false; }; }, {}, never, never, true, never>; }