import { AfterViewInit, OnDestroy, OnInit } from '@angular/core'; import { ControlValueAccessor, FormControl, FormGroup } from '@angular/forms'; import { DatatableSearchDurationColumn } from '../../types/datatable-column.type'; import { OPERATOR } from '../operator-select/operator-select.component'; import { TIME_UNIT } from '../time-unit-select/time-unit-select.component'; import * as i0 from "@angular/core"; export declare class HeaderDurationFilterComponent implements OnInit, AfterViewInit, OnDestroy, ControlValueAccessor { column: DatatableSearchDurationColumn; control: FormControl; selectControl: FormControl; rangeGroup: FormGroup<{ start: FormControl; end: FormControl; }>; operatorControl: FormControl; timeUnitControl: FormControl; onChange: () => void; onTouched: () => void; private injector; private changeDetectorRef; private subsink; writeValue: (value: any) => void; registerOnChange(onChange: any): void; registerOnTouched(onTouched: any): void; ngOnInit(): void; ngAfterViewInit(): Promise; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "lib-header-duration-filter", never, { "column": { "alias": "column"; "required": false; }; }, {}, never, never, true, never>; }