import { ProFormItemTypeData } from '../types'; /** * 默认表单项类型 */ export declare const defaultItemTypeData: ProFormItemTypeData[];