import Vue from "vue"; export declare class WorkflowUIComponent extends Vue { /** Install component into Vue */ static install(vue: typeof Vue): void; } export declare class WFDesigner extends WorkflowUIComponent { workflow: Object; }