import { KlesSelectionTreetableService } from "../features/selection/selectiontreetable.service"; import { DefaultKlesTreetableService } from "./defaulttreetable.service"; import { KlesDragDropRowTreeTableService } from "../features/dragdrop/dragdroprowtree.service"; import { SelectionChange } from "@angular/cdk/collections"; import * as i0 from "@angular/core"; declare const KlesTreetableService_base: import("polytype").Polytype.ClusteredConstructor<[typeof DefaultKlesTreetableService, typeof KlesSelectionTreetableService, typeof KlesDragDropRowTreeTableService]>; export declare class KlesTreetableService extends KlesTreetableService_base { constructor(); onSelectionChange(changed: SelectionChange): void; onHeaderCellChange(e: any): void; onCellChange(e: any): void; drop(e: any): void; getSortPredicate(index: number, item: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};