import { KlesTableComponent } from "../../../component/table/table.component"; import { KlesTableBaseService } from "../tableservice.interface"; import { SelectionChange } from "@angular/cdk/collections"; export declare class KlesSelectionTableService implements KlesTableBaseService { table: KlesTableComponent; columnSelect: string; constructor(column: string); updateSelection(changed: SelectionChange): void; changeSelectionHeader(e: any): void; changeSelectionLine(e: any): void; protected updateColumnSelect(): void; }