import { NgZone, OnDestroy } from '@angular/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class KtdGridService implements OnDestroy { private ngZone; touchMove$: Observable; private touchMoveSubject; private touchMoveSubscription; constructor(ngZone: NgZone); ngOnDestroy(): void; mouseOrTouchMove$(element: any): Observable; private registerTouchMoveSubscription; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }