import './index.less'; import type { EditInputFC } from '@lingxiteam/editor-types'; import type { DSLQuery } from '@lingxiteam/dsl/lib/core'; interface TreeNodeActionProps { DSLCore: DSLQuery; propsKey: string; $$reqPrefix: string; onChange: any; } declare const TreeNodeAction: EditInputFC; export default TreeNodeAction;