import { Project, Skeleton, DocumentModel, Node, NodeChildren, History, SettingPropEntry, SettingTopEntry, Selection } from 'alilc-lowcode-shell'; import { Node as InnerNode } from 'alilc-lowcode-designer'; declare const _default: { Project: typeof Project; Skeleton: typeof Skeleton; DocumentModel: typeof DocumentModel; Node: typeof Node; NodeChildren: typeof NodeChildren; History: typeof History; SettingPropEntry: typeof SettingPropEntry; SettingTopEntry: typeof SettingTopEntry; InnerNode: typeof InnerNode; Selection: typeof Selection; }; export default _default;