import React from 'react'; import type { CommonPropsType } from '../../types'; import type { DataType, EventsType } from '../../../configs/components/wd-form'; import * as tcbAppCloud from '../../utils/tcb'; import '../style'; export type WdFromProps = CommonPropsType & DataType & EventsType & { appCloud: typeof tcbAppCloud; }; declare const _default: React.MemoExoticComponent; methodCreate: string; methodUpdate: string; formType_bind: boolean; fields: { name: string; componentType: string; }[]; initialValues: Record; }> & import("type-fest").Simplify; }>; }, { readonly title: "校验失败"; readonly name: "validateFail"; readonly detail: import("@sinclair/typebox").TObject<{ errors: import("@sinclair/typebox").TRecord; }>; }, { readonly title: "查询为空"; readonly name: "queryEmpty"; readonly detail: import("@sinclair/typebox").TObject<{ data: import("@sinclair/typebox").TRecord; }>; }, { readonly title: "查询成功"; readonly name: "querySuccess"; readonly detail: import("@sinclair/typebox").TObject<{ data: import("@sinclair/typebox").TRecord; }>; }, { readonly title: "查询失败"; readonly name: "queryFail"; readonly detail: import("@sinclair/typebox").TObject<{ error: import("@sinclair/typebox").TObject<{ requestid: import("@sinclair/typebox").TOptional; message: import("@sinclair/typebox").TString; code: import("@sinclair/typebox").TString; }>; }>; }]>> & { appCloud: typeof tcbAppCloud; } & React.RefAttributes>>; export default _default;