import { GetElementRoundedRectRequest } from './get-element-rounded-rect-request';
import { IExecution } from '@foblex/mediator';
import { RoundedRect } from '@foblex/2d';
import * as i0 from "@angular/core";
export declare class GetElementRoundedRectExecution implements IExecution<GetElementRoundedRectRequest, RoundedRect> {
    private _fBrowser;
    handle(request: GetElementRoundedRectRequest): RoundedRect;
    private _getRoundedRect;
    private _getComputedStyle;
    private _toPixels;
    static ɵfac: i0.ɵɵFactoryDeclaration<GetElementRoundedRectExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GetElementRoundedRectExecution>;
}
