import { GetFlowHostElementRequest } from './get-flow-host-element.request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class GetFlowHostElementExecution implements IExecution<GetFlowHostElementRequest, HTMLElement> {
    private _fComponentsStore;
    handle(): HTMLElement;
    static ɵfac: i0.ɵɵFactoryDeclaration<GetFlowHostElementExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GetFlowHostElementExecution>;
}
