import { ElementRef } from'@angular/core';
export declareclassDragRejectorDirective{
private _parent;
private _host;
constructor(_parent: any, _host: ElementRef);
/** @returns true if the rejector is equal to an element */is(element: HTMLElement): boolean;
}