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 EnumHeaderComponent extends CustomHeaderMixin implements IHeaderAngularComp, OnDestroy { valuesToHide: number[]; valuesToDisable: number[]; isMultiple: boolean; enumValues: any; agInit(params: any): void; setupEnumInputs(): void; get showFilterList(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }