import { IExecution } from '@foblex/mediator';
import { OnPointerMoveRequest } from './on-pointer-move-request';
import * as i0 from "@angular/core";
export declare class OnPointerMoveExecution implements IExecution<OnPointerMoveRequest, void> {
    private readonly _fComponentsStore;
    private get _hostElement();
    private readonly _fDraggableDataContext;
    handle(request: OnPointerMoveRequest): void;
    private _setDifferenceToDraggableItems;
    private _getDifferenceBetweenPointerAndPointerDown;
    private _getPointerPositionInCanvas;
    static ɵfac: i0.ɵɵFactoryDeclaration<OnPointerMoveExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<OnPointerMoveExecution>;
}
