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