import { ElementRef } from '@angular/core'; export declare class IgxDragHandleDirective { element: ElementRef; baseClass: boolean; constructor(element: ElementRef); }