import { GetNormalizedElementRectRequest } from './get-normalized-element-rect-request';
import { IExecution } from '@foblex/mediator';
import { IRect } from '@foblex/2d';
import * as i0 from "@angular/core";
export declare class GetNormalizedElementRectExecution implements IExecution<GetNormalizedElementRectRequest, IRect> {
    private readonly _fComponentsStore;
    private readonly _fMediator;
    private get _transform();
    handle(request: GetNormalizedElementRectRequest): IRect;
    private _getElementRoundedRect;
    private _normalizePosition;
    private _unscaleSize;
    private _getUnscaledRect;
    private _getOffsetSize;
    static ɵfac: i0.ɵɵFactoryDeclaration<GetNormalizedElementRectExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GetNormalizedElementRectExecution>;
}
