import { RedrawCanvasWithAnimationRequest } from './redraw-canvas-with-animation-request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class RedrawCanvasWithAnimationExecution implements IExecution<RedrawCanvasWithAnimationRequest, void> {
    private _fComponentsStore;
    private get _fCanvasElement();
    handle(request: RedrawCanvasWithAnimationRequest): void;
    private _redrawWithAnimation;
    private _redraw;
    static ɵfac: i0.ɵɵFactoryDeclaration<RedrawCanvasWithAnimationExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<RedrawCanvasWithAnimationExecution>;
}
