declare const _default: { componentName: string; title: import("../_utils/i18n").I18nText; category: string; props: ({ name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: { type: string; value: string; }; setter: { componentName: string; props: { itemSetter: { componentName: string; title: import("../_utils/i18n").I18nText; initialValue: { type: string; value: any[]; }; }; }; }; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; setter: string; })[]; configure: { component: { isContainer: boolean; nestingRule: { parentWhitelist: string[]; }; }; }; }; export default _default;