export declare const FormSchema: { BankCardNumber: { valueType: string; itemProps: { label: string; }; BValue: string; outerAttr: { rules: { required: boolean; }[]; }; innerStyle: { width: string; minWidth: string; }; }; DoubleUploadImg: { Type: string; valueType: string; ocr: boolean; FormItemProps: { label: string; required: boolean; style: {}; }; frontProps: { uploadText: string; errorMessage: string; uploadBackgroundImg: string; imageUrl: string; }; backProps: { uploadText: string; errorMessage: string; uploadBackgroundImg: string; imageUrl: string; }; beforeUploadRules: { tips: string; fileSize: number; }; UploadProps: { accept: string; action: string; showUploadList: boolean; }; }; dateTime: { valueType: string; FormItemProps: { label: string; rules: never[]; style: {}; }; ControlProps: { disabled: boolean; placeholder: string; style: {}; }; }; IDCard: { Type: string; valueType: string; ocr: boolean; FormItemProps: { label: string; required: boolean; style: {}; }; frontProps: { uploadText: string; errorMessage: string; uploadBackgroundImg: string; imageUrl: string; }; backProps: { uploadText: string; errorMessage: string; uploadBackgroundImg: string; imageUrl: string; }; beforeUploadRules: { tips: string; fileSize: number; }; UploadProps: { accept: string; action: string; showUploadList: boolean; }; }; text: { valueType: string; FormItemProps: { label: string; style: {}; rules: { pattern: RegExp; message: string; }[]; }; ControlProps: { prefix: string; suffix: string; disabled: boolean; maxLength: null; placeholder: string; allowClear: boolean; style: {}; }; }; checkbox: { valueType: string; FormItemProps: { label: string; rules: never[]; style: {}; }; ControlProps: { options: { label: string; value: string; }[]; }; }; switch: { valueType: string; FormItemProps: { label: string; valuePropName: string; rules: never[]; style: {}; }; ControlProps: { disabled: boolean; defaultChecked: boolean; checkedChildren: string; unCheckedChildren: string; style: {}; }; }; select: { valueType: string; FormItemProps: { label: string; rules: never[]; style: {}; }; ControlFieldNames: { valueName: string; labelName: string; }; options: never[]; ControlProps: { allowClear: boolean; placeholder: string; mode: string; style: {}; }; request: { url: string; type: string; getData: string[]; }; }; password: { valueType: string; FormItemProps: { label: string; rules: { pattern: RegExp; message: string; }[]; style: {}; }; ControlProps: { prefix: string; suffix: string; disabled: boolean; maxLength: null; placeholder: string; allowClear: boolean; style: {}; }; }; digit: { valueType: string; FormItemProps: { label: string; rules: never[]; style: {}; }; ControlProps: { prefix: string; disabled: boolean; min: null; max: null; placeholder: string; style: {}; }; }; money: { valueType: string; FormItemProps: { label: string; rules: { pattern: RegExp; message: string; }[]; style: {}; }; ControlProps: { prefix: string; suffix: string; disabled: boolean; min: null; max: null; placeholder: string; step: string; style: {}; }; }; textarea: { valueType: string; FormItemProps: { label: string; rules: never[]; style: {}; }; ControlProps: { disabled: boolean; placeholder: string; style: {}; }; }; date: { valueType: string; FormItemProps: { label: string; rules: never[]; style: {}; }; ControlProps: { disabled: boolean; placeholder: string; style: {}; }; }; dateRange: { valueType: string; FormItemProps: { label: string; rules: never[]; style: {}; }; ControlProps: { disabled: boolean; placeholder: string[]; showTime: boolean; style: {}; }; }; UploadImg: { valueType: string; Type: string; ocr: boolean; otherProps: { uploadText: string; imageUrl: string; }; beforeUploadRules: { tips: string; fileSize: number; }; UploadProps: { accept: string; action: string; showUploadList: boolean; }; }; "@group": { valueType: string; FormItemProps: { grid: number; style: { marginBottom: string; width: string; minWidth: string; }; }; HeaderProps: { style: {}; }; ControlProps: { Content: never[]; style: { padding: string; }; }; }; table: { valueType: string; FormItemProps: { valuePropName: string; style: {}; }; FooterProps: { ishidden: boolean; onClick: boolean; }; ControlProps: { dataSource: never[]; columns: { title: string; dataIndex: string; key: string; }[]; }; }; radio: { valueType: string; FormItemProps: { label: string; rules: never[]; style: {}; }; ControlProps: { options: { label: string; value: string; }[]; }; }; inputSearch: { valueType: string; FormItemProps: { label: string; rules: never[]; }; btnAttr: { enterButtonText: string; onClick: null; loading: boolean; }; ControlProps: { placeholder: string; disabled: boolean; style: {}; }; }; BottomSubButton: { valueType: string; }; dateTimeRange: { valueType: string; FormItemProps: { label: string; rules: never[]; style: {}; }; ControlProps: { disabled: boolean; placeholder: string[]; style: {}; }; }; mobile: { valueType: string; FormItemProps: { label: string; rules: { pattern: RegExp; message: string; }[]; style: {}; }; ControlWapperProps: { style: { display: string; maxWidth: string; }; }; ControlProps: { disabled: boolean; maxLength: number; placeholder: string; allowClear: boolean; style: { flex: number; }; }; }; }; export declare const acceptArrayFun: () => { acceptArray: string[]; };