import type { JSONType } from '../propType'; declare const h5: { DForm: (component: JSONType) => JSONType; DGroup: (component: JSONType) => JSONType; DformDate: (component: JSONType) => JSONType; 'DformRadio|Picker|DMultiplePicker|StepProcess|DformPicker|DCheckbox': (component: JSONType) => JSONType; /** * 3.7.1 移动端文字提示 从showPopover改成popoverSetting 兼容 * @param component */ 'Button|Text': (component: JSONType) => JSONType; }; export default h5;