import { OnInit, OnDestroy, ElementRef } from '@angular/core'; import { EuiTableSelectableRowService } from '../services/eui-table-selectable-row.service'; import * as i0 from "@angular/core"; export declare class EuiTableSelectableHeaderComponent implements OnInit, OnDestroy { private euiTableSelectableRowService; isSelectableHeader: any; isChecked: boolean; checkbox: ElementRef; isCheckedIndeterminate: boolean; private destroy$; constructor(euiTableSelectableRowService: EuiTableSelectableRowService); ngOnInit(): void; ngOnDestroy(): void; toggleCheckedState(value: boolean): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }