declare const DFormTypeList: any; declare const DFormPositionTypeList: { title: string; value: string; }[]; declare const DFormStatusList: { title: string; value: string; }[]; declare const STATIC_COL_TYPE = "staticCol"; declare const DATASOURCE_COL_TYPE = "dataSourceCol"; declare const SERVICE_COL_TYPE = "serviceCol"; declare const TYPE_TEXT_MAPPING: { staticCol: string; dataSourceCol: string; serviceCol: string; }; declare const AddDataTypeList: { type: string; label: string; tips: string; }[]; export { DFormTypeList, DFormPositionTypeList, DFormStatusList, AddDataTypeList, STATIC_COL_TYPE, DATASOURCE_COL_TYPE, SERVICE_COL_TYPE, TYPE_TEXT_MAPPING, };