import { IFormConfig } from './IProps'; /** * 获取表单配置 * @param formConfig */ export declare const getFormProperty: (formConfig?: IFormConfig) => {};