import React from 'react'; import { DSLQuery } from '@lingxiteam/dsl'; import './index.less'; declare type CompTreeType = { DSLCore: DSLQuery; data: any; value: any; checkable: boolean; isMobile: boolean; actionOptions: any; selectType: 'free' | 'action'; onChange: any; selectableCompType?: string[]; placeholder?: string; }; declare const _default: React.MemoExoticComponent<(props: CompTreeType) => JSX.Element>; export default _default;