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