import { OnDestroy, TemplateRef } from '@angular/core'; import { IgxDragDirective } from '../directives/drag-drop/drag-drop.directive'; /** * @hidden */ export declare class IgxRowDragDirective extends IgxDragDirective implements OnDestroy { private row; private subscription$; private _rowDragStarted; data: any; onPointerDown(event: any): void; onPointerMove(event: any): void; onPointerUp(event: any): void; protected createGhost(pageX: any, pageY: any): void; private _unsubscribe; private endDragging; private transitionEndEvent; private readonly isHierarchicalGrid; } /** * @hidden */ export declare class IgxDragIndicatorIconDirective { } /** * @hidden */ export declare class IgxRowDragGhostDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); } export declare class IgxRowDragModule { }