import { OnDestroy } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { IHeaderAngularComp } from 'ag-grid-angular'; import { CustomHeaderMixin } from '../custom-header-mixin'; import * as i0 from "@angular/core"; export declare class DateRangeHeaderComponent extends CustomHeaderMixin implements IHeaderAngularComp, OnDestroy { dateRangeFilter: FormGroup; agInit(params: any): void; get start(): import("@angular/forms").AbstractControl; get end(): import("@angular/forms").AbstractControl; applyFilter(): void; dateRangeValuesValid(prev: { start: Date; end: Date; }, next: { start: Date; end: Date; }): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }