import { DefaultKlesTreetableService } from "./defaulttreetable.service"; import { KlesSelectionTreetableService } from "./features/selection/selectiontreetable.service"; declare const KlesTreetableService_base: import("polytype").Polytype.ClusteredConstructor<[typeof DefaultKlesTreetableService, typeof KlesSelectionTreetableService]>; export declare class KlesTreetableService extends KlesTreetableService_base { constructor(); onHeaderCellChange(e: any): void; onCellChange(e: any): void; } export {};