declare const _default: { componentName: string; title: string; docUrl: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string; }; defaultValue: any[]; setter: { componentName: string; props: { itemSetter: { componentName: string; }; }; }; supportVariable: boolean; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string; }; setter: { componentName: string; props: { itemSetter: { componentName: string; }; }; }; supportVariable: boolean; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; supportVariable: boolean; })[]; configure: { component: { isContainer: boolean; nestingRule: { childWhitelist: any[]; parentWhitelist: any[]; }; }; supports: { style: boolean; events: { name: string; description: string; template: string; }[]; }; }; }; export default _default;