import React from 'react'; import './index.less'; import type { DSLQuery } from '@lingxiteam/dsl/lib/core'; interface TreeNodeIconProps { wrapRef?: React.RefObject; DSLCore: DSLQuery; propsKey: string; color: any; $$reqPrefix: string; onChange?: any; getEditorApi: any; } declare const TreeNodeIcon: React.FC; export default TreeNodeIcon;