import { ElementRef } from '@angular/core'; /** * @description A wrapper around the HTML 5 Drop API. */ export declare class DroppableDirective { private element; private controller; constructor(element: ElementRef); }