import { OnDestroy } from '@angular/core'; import { IHeaderAngularComp } from 'ag-grid-angular'; import { CustomHeaderMixin } from '../custom-header-mixin'; import * as i0 from "@angular/core"; export declare class DateHeaderComponent extends CustomHeaderMixin implements IHeaderAngularComp, OnDestroy { agInit(params: any): void; applyFilter(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }