import { OnInit, OnDestroy } from '@angular/core'; import { TableService } from '../table.service'; export declare class TableAllSelectorComponent implements OnDestroy, OnInit { private tableService; isChecked: boolean; private subs; private items; private events; private selectedValues; private eventFromSelf; constructor(tableService: TableService); ngOnInit(): void; ngOnDestroy(): void; change(b: boolean): void; updateStateAndSelectedValues(): void; }