/// import { IProps } from '../../types'; export declare const formItemsProps: { name: string; title: string; display: string; virtual: boolean; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: string; display: string; condition: () => boolean; defaultValue: (val: any) => any; setter: string; } | { name: string; title: string; defaultValue: number; setter: (target: any) => { componentName: string; props: { options: { title: string; value: number; }[]; }; }; } | { name: string; title: string; display: string; defaultValue: string; setter: string; important: boolean; supportVariable: boolean; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; setter: string; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { options: string[]; }; }; defaultValue: string; } | { name: string; defaultValue: boolean; title: { label: string; tip: string; }; setter: { componentName: string; }; } | { name: string; title: { label: string; tip: string; }; setter: string; } | { name: string; title: string; setter: { componentName: string; initialValue: { type: string; visible: boolean; value: { componentName: string; props: { primaryKey: string; placeholder: string; placeholderStyle: { height: string; color: string; background: string; border: number; gridArea: string; }; columns: number; labelCol: { fixedSpan: number; }; labelAlign: string; emptyContent: string; }; children: { componentName: string; props: { formItemProps: { primaryKey: string; label: string; size: string; device: string; fullWidth: boolean; }; placeholder: string; }; }[]; }[]; }; }; } | { name: string; title: string; condition: (target: any) => any; setter: { componentName: string; }; display?: undefined; } | { name: string; title: string; display: string; setter: (target: any) => any; condition?: undefined; } | { name: string; title: string; display: string; defaultValue: string; important: boolean; setter: () => { componentName: string; props: { options: any; }; }; })[]; }; }; initialValue: () => { componentName: string; }; }; }; }; getValue: (target: any) => any; setValue: import("lodash").DebouncedFunc<(target: any, value: any) => void>; }; declare const props: IProps[]; export default props;