import { ISelection } from '../../../interfaces/selection.interface'; import { KlesTableBaseService } from '../tableservice.interface'; import { KlesLazyTableComponent } from '../../../component/lazytable/lazytable.component'; export declare class KlesSelectionTableLazyService implements KlesTableBaseService { private selection; table: KlesLazyTableComponent; columnSelect: string; private _onSelectionChange; constructor(column: string, selection: ISelection); changeSelectionHeader(e: any): void; changeSelectionLine(e: any): void; }