declare const _default: ({ name: string; setter: { componentName: string; initialValue: { value: string; label: string; }[]; props?: undefined; }; title: { label: string; tip: string; }; condition?: undefined; } | { name: string; setter: { componentName: string; initialValue?: undefined; props?: undefined; }; title: { label: string; tip: string; }; condition: { type: string; value: string; }; } | { name: string; title: { label: string; tip: string; }; condition: { type: string; value: string; }; setter: { componentName: string; initialValue: string; props: { options: { title: string; value: string; }[]; }; }; })[]; export default _default;