import * as i0 from "@angular/core"; import * as i1 from "./workflow-designer.component"; import * as i2 from "./designer-toolbar/designer-toolbar.component"; import * as i3 from "./designer-canvas/designer-canvas.component"; import * as i4 from "./swimlane-dialog/swimlane-dialog.component"; import * as i5 from "./stage-node/stage-node.component"; import * as i6 from "./stage-dialog/stage-dialog.component"; import * as i7 from "./conditions-popup/conditions-popup.component"; import * as i8 from "./decision-popup/decision-popup.component"; import * as i9 from "./escalation-dialog/escalation-dialog.component"; import * as i10 from "./action-dialog/action-dialog.component"; import * as i11 from "./actor-tags-dialog/actor-tags-dialog.component"; import * as i12 from "@angular/common"; import * as i13 from "verben-ng-ui"; import * as i14 from "@angular/forms"; import * as i15 from "verben-workflow-ui/src/lib/components/designer"; import * as i16 from "verben-reporting-ui"; /** * The workflow designer feature module. * * 📖 **Documentation: [`./docs/README.md`](./docs/README.md)** — architecture, * the coordinate system, data model, interactions, persistence, known issues, * integration guide, API reference, and development workflow. * * Declares eleven components and exports exactly one, * {@link WorkflowDesignerComponent}; everything else is internal. * * Requires `verben-ng-ui` (seven modules) and `verben-reporting-ui` * (`EditorModule`) at runtime, and an `ENVIRONMENT` provider in the host app. * See `./docs/07-integration.md`. * * Note: the five `services/` classes listed in `providers` are all * `providedIn: 'root'` already, so those entries are redundant. Two of them * (`TransformerService`, `ConnectionService`) are not reached from any UI path * at all — see `./docs/06-known-issues.md`. */ export declare class WorkflowDesignerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }