import type { Meta, StoryFn } from '@storybook/react'; declare const _default: Meta; export default _default; export interface LifeCycleDemoProps { readOnly: boolean; stepWrap?: boolean; useNodeLibrary?: boolean; showStageRegionLabels?: boolean; } export declare const PlanView: StoryFn; export declare const EmptyPlanView: StoryFn; export declare const WorkFlowView: StoryFn; export declare const EmptyWorkFlowView: StoryFn; export declare const AdhocCaseFlowView: StoryFn; interface DragDropLifeCycleDemoProps extends LifeCycleDemoProps { draggableStages: boolean; draggableSteps: boolean; draggableAlternateStages: boolean; draggableAlternateSteps: boolean; canDragAcrossStageTypes: boolean; } export declare const DragDropLifeCycle: StoryFn; //# sourceMappingURL=LifeCycle.stories.d.ts.map