import { AfterViewInit, OnDestroy } from '@angular/core'; import { ControlValueAccessor, FormControl } from '@angular/forms'; import { DatatableSearchListOption, DatatableSearchSelectColumn } from '../../types/datatable-column.type'; import * as i0 from "@angular/core"; export declare class HeaderSelectFilterComponent implements AfterViewInit, OnDestroy, ControlValueAccessor { column: DatatableSearchSelectColumn; options: DatatableSearchListOption[]; groups: { name: string; options: DatatableSearchListOption[]; }[]; control: FormControl; selectControl: FormControl; onChange: () => void; onTouched: () => void; private injector; private changeDetectorRef; private subsink; writeValue: (controlValue: any) => void; registerOnChange(onChange: any): void; registerOnTouched(onTouched: any): void; ngAfterViewInit(): Promise; ngOnDestroy(): void; private buildOptions; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "lib-header-select-filter", never, { "column": { "alias": "column"; "required": false; }; }, {}, never, never, true, never>; }