import { ICanBeSelectedElementAndRect } from './i-can-be-selected-element-and-rect';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class GetCanBeSelectedItemsExecution implements IExecution<void, ICanBeSelectedElementAndRect[]> {
    private _fMediator;
    private _fComponentsStore;
    private _fDraggableDataContext;
    private get fNodes();
    private get fConnections();
    private get transform();
    handle(): ICanBeSelectedElementAndRect[];
    private getNodesWithRects;
    private getConnectionsWithRects;
    static ɵfac: i0.ɵɵFactoryDeclaration<GetCanBeSelectedItemsExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GetCanBeSelectedItemsExecution>;
}
