/// import type { DSLNodeType } from '@lingxiteam/dsl'; import './index.less'; /** * 设置表单DSL数据 */ declare const setFormDataDSL: (comps: any[], node: DSLNodeType, platformType: any) => void; declare const renderComponents: (comps: any, fusionModeState: any, isMobile: any, platformType: any, extendParams?: any) => any; declare const BOFramer: (props: any) => JSX.Element | null; export default BOFramer; export { renderComponents, setFormDataDSL, };