import { BeanStub } from "../../context/beanStub";
export declare class DragListenerFeature extends BeanStub {
    private rangeController;
    private dragService;
    private eContainer;
    constructor(eContainer: HTMLElement);
    private postConstruct;
}
