import { ElementRef, InjectionToken } from '@angular/core'; import * as i0 from "@angular/core"; /** * Injection token that can be used to reference instances of `KtdGridDragHandle`. It serves as * alternative token to the actual `KtdGridDragHandle` class which could cause unnecessary * retention of the class and its directive metadata. */ export declare const KTD_GRID_DRAG_HANDLE: InjectionToken; /** Handle that can be used to drag a KtdGridItem instance. */ export declare class KtdGridDragHandle { element: ElementRef; constructor(element: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }