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: (value: any) => void; onTouched: () => void; private injector; private changeDetectorRef; private subsink; writeValue(value: any): void; setDisabledState(isDisabled: boolean): void; registerOnChange(onChange: (value: any) => void): void; registerOnTouched(onTouched: () => void): void; ngAfterViewInit(): Promise; ngOnDestroy(): void; private escapeRegExp; private isEmptyValue; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "lib-header-text-filter", never, { "column": { "alias": "column"; "required": false; }; }, {}, never, never, true, never>; }