import { ChangeDetectorRef, ElementRef, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DragPreviewComponent { private el; private cdr; element: any; data: any; draggedEl: any; dragData: any; batchDragData: any; dragSyncDOMElements: any; templateRef: TemplateRef; constructor(el: ElementRef, cdr: ChangeDetectorRef); updateTemplate(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }