declare const _default: ({ name: string; title: string; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: string; important: boolean; setter: string; condition?: undefined; description?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { options: string[]; }; }; important?: undefined; condition?: undefined; description?: undefined; } | { name: string; title: { label: string; tip: string; }; condition: () => boolean; setter: string; description: string; important?: undefined; } | { name: string; title: string; setter: string; description: string; important?: undefined; condition?: undefined; })[]; }; }; initialValue: () => { primaryKey: string; title: string; }; }; options?: undefined; }; }; getValue(target: any): any; setValue(target: any, value: any): void; defaultValue?: undefined; condition?: undefined; } | { name: string; setter: (target: any) => { componentName: string; props: { setters: (string | { componentName: string; props: () => { options: any; }; })[]; }; }; setValue: (target: any, value: any) => void; title: string; defaultValue: number; getValue?: undefined; condition?: undefined; } | { name: string; title: string; setter: (target: any) => { componentName: string; props: { options: string[]; }; }; defaultValue: string; getValue?: undefined; setValue?: undefined; condition?: undefined; } | { name: string; condition: (target: any) => boolean; setter: { componentName: string; props: { options: { value: string; title: string; }[]; itemSetter?: undefined; }; }; title: string; defaultValue: string; getValue?: undefined; setValue?: undefined; } | { name: string; condition: (target: any) => boolean; title: string; setter: { componentName: string; props?: undefined; }; getValue?: undefined; setValue?: undefined; defaultValue?: undefined; } | { name: string; condition: () => boolean; setter: { componentName: string; props: { options: string[]; itemSetter?: undefined; }; }; title: string; defaultValue: string; getValue?: undefined; setValue?: undefined; } | { name: string; setter: string; title: string; getValue?: undefined; setValue?: undefined; defaultValue?: undefined; condition?: undefined; } | { name: string; setter: string; title: string; defaultValue: boolean; getValue?: undefined; setValue?: undefined; condition?: undefined; })[]; export default _default; export declare const operations: { name: string; display: string; title: string; getValue: (target: any, value: any) => any; setter: { componentName: string; props: { setters: ({ componentName: string; defaultValue: { type: string; value: any[]; }; props?: undefined; } | { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; display: string; title: string; setter: string; important: boolean; extraProps: { supportVariable: boolean; setValue?: undefined; getValue?: undefined; }; setValue?: undefined; condition?: undefined; virtual?: undefined; } | { name: string; display: string; title: string; important: boolean; setValue: (target: any, value: any) => void; setter: { componentName: string; props: { options: ({ title: string; value: string; action: string; } | { title: string; value: string; action?: undefined; })[]; actions?: undefined; }; }; extraProps?: undefined; condition?: undefined; virtual?: undefined; } | { name: string; display: string; title: string; important: boolean; setter: { componentName: string; props: { options: { title: string; value: string; }[]; actions?: undefined; }; }; extraProps?: undefined; setValue?: undefined; condition?: undefined; virtual?: undefined; } | { name: string; title: string; display: string; condition: (target: any) => boolean; setter: { componentName: string; props: { actions: string[]; options?: undefined; }; }; important?: undefined; extraProps?: undefined; setValue?: undefined; virtual?: undefined; } | { name: string; display: string; title: string; condition: () => boolean; setter: string; extraProps: { supportVariable: boolean; setValue?: undefined; getValue?: undefined; }; important?: undefined; setValue?: undefined; virtual?: undefined; } | { name: string; condition: () => boolean; display?: undefined; title?: undefined; important?: undefined; extraProps?: undefined; setValue?: undefined; virtual?: undefined; } | { name: string; display: string; virtual: boolean; title: string; setter: { componentName: string; props?: undefined; }; extraProps: { setValue: (target: any, value: any) => void; getValue: (target: any, value: any) => boolean; supportVariable?: undefined; }; condition: (target: any) => boolean; important?: undefined; setValue?: undefined; })[]; }; }; initialValue: () => { content: string; action: string; type: string; }; }; }; defaultValue?: undefined; })[]; }; }; };