import React from 'react'; import './index.less'; import type { DSLQuery } from '@lingxiteam/dsl/lib/core'; interface RecomentProps { DSLCore?: DSLQuery; value: any; isMobile: boolean; treeData: any; onChange: any; isShowAll: boolean; eventData: any; } declare const SelectComp: React.FC; export default SelectComp;