import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DragAndDropService { getDragAfterElement(y: number, hostElement: ElementRef): HTMLElement; onDragToEdgeOfScrollableContainer({ dragElement, containerElement }: { dragElement: HTMLElement; containerElement: HTMLElement; }): void; private scrollEntities; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }