import { HtmlNode } from '@logicflow/core';
export declare class VueNodeView extends HtmlNode {
    root?: any;
    private vm;
    getComponentContainer(): any;
    protected targetId(): string;
    componentWillUnmount(): void;
    setHtml(rootEl: SVGForeignObjectElement): void;
    confirmUpdate(_rootEl: SVGForeignObjectElement): void;
    protected renderVueComponent(): void;
    protected unmountVueComponent(): any;
    unmount(): void;
}
export default VueNodeView;
