export declare class NotDroppableDirective { constructor(); onDragOver(event: any): boolean; onDrop(event: any): boolean; }