import type { JSONType } from '../propType'; export declare const hasSomeOwnProperty: (target: Object, propertyNames: string[]) => boolean; /** * 处理选项设置属性的垃圾dsl * @param originProp */ export declare const handleStaticData: (originProps: any) => void; /** * 编辑器端 */ declare const _default: { h5: { DForm: (component: JSONType) => JSONType; DGroup: (component: JSONType) => JSONType; DformDate: (component: JSONType) => JSONType; 'DformRadio|Picker|DMultiplePicker|StepProcess|DformPicker|DCheckbox': (component: JSONType) => JSONType; 'Button|Text': (component: JSONType) => JSONType; }; pc: { Description: (component: JSONType) => JSONType; 'Select|MultipleSelect|Radio|CheckboxGroup|Cascader|Text': (component: JSONType) => JSONType; 'Form|Table|Description': (component: JSONType) => JSONType; 'Table|TreeTable': (component: JSONType) => JSONType; Card: (component: JSONType) => JSONType; 'TimePicker|DatePicker': (component: JSONType) => JSONType; /** * 3.7.1 pc端文字提示 从showPopover改成popoverSetting 兼容 * @param component */ 'Cascader|Checkbox|Icon|ModalSelect|MultipleSelect|Password|RangePicker|Slider|Switch|TreeSelect': (component: JSONType) => JSONType; }; }; export default _default;