import { IExecution } from '@foblex/mediator';
import { IsDragStartedRequest } from './is-drag-started-request';
import * as i0 from "@angular/core";
export declare class IsDragStartedExecution implements IExecution<IsDragStartedRequest, boolean> {
    private _fComponentsStore;
    handle(request: IsDragStartedRequest): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<IsDragStartedExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<IsDragStartedExecution>;
}
