import { CenterGroupOrNodeRequest } from './center-group-or-node-request';
import { IExecution } from '@foblex/mediator';
import { IPoint, IRect } from '@foblex/2d';
import * as i0 from "@angular/core";
export declare class CenterGroupOrNodeExecution implements IExecution<CenterGroupOrNodeRequest, void> {
    private _fComponentsStore;
    private get transform();
    private _fMediator;
    handle(request: CenterGroupOrNodeRequest): void;
    toCenter(fNodeRect: IRect, fFlowRect: IRect, position: IPoint): void;
    private getNode;
    private getNodeRect;
    private getFlowRect;
    static ɵfac: i0.ɵɵFactoryDeclaration<CenterGroupOrNodeExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<CenterGroupOrNodeExecution>;
}
