import { OnInit, OnDestroy, OnChanges, SimpleChanges } from '@angular/core'; import { EuiTableSelectableRowService } from '../services/eui-table-selectable-row.service'; import * as i0 from "@angular/core"; export declare class EuiTableSelectableRowComponent implements OnInit, OnDestroy, OnChanges { private euiTableSelectableRowService; isSelectable: any; isChecked: boolean; get cssClasses(): string; private destroy$; constructor(euiTableSelectableRowService: EuiTableSelectableRowService); ngOnChanges(c: SimpleChanges): void; ngOnInit(): void; ngOnDestroy(): void; toggleCheckedState(value: boolean): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }