import React from 'react'; /** * @title: 自定义组件设置 * @description: 自定义组件设置 * @param {any} commConfig 当前组件配置 * @param {string} name 上游name(用于嵌套 xxx:{yyy:''}) * @return {*} * @Author: hongbing.wang * @Date: 2024-08-20 11:10 */ export declare const getCommName: (commConfig: any, name: string[]) => any; /** * @title: 自定义组件结果设置 * @description: 自定义组件结果设置 * @param {any} commConfig 当前组件配置 * @return {*} * @Author: hongbing.wang * @Date: 2024-08-20 11:11 */ export declare const getCommDefaultVal: (commConfig: any) => { [x: number]: any; }; declare const _default: (props: any) => React.JSX.Element; export default _default;