declare const _default: { group: string; componentName: string; title: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; propType: string; defaultValue: string; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; propType: { type: string; value: string[]; }; defaultValue: string; } | { name: string; propType: string; title?: undefined; defaultValue?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; propType: { type: string; value: string[]; }; defaultValue?: undefined; })[]; configure: { supports: { style: boolean; events: string[]; }; component: { isContainer: boolean; }; props: ({ name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; setter: string; defaultValue: string; condition?: undefined; display?: undefined; } | { name: string; title: string; defaultValue: string; condition: () => any; setter: { componentName: string; props: { options: { label: string; value: string; }[]; }; }; display?: undefined; } | { name: string; title: string; display: string; condition: (target: any) => any; setter: { componentName: string; props: () => { actions: string[]; type: string; }; }; defaultValue?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; setter: { componentName: string; props: { options: { value: string; title: string; }[]; }; }; condition: (target: any) => boolean; defaultValue?: undefined; display?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; setter: string; condition: (target: any) => boolean; defaultValue?: undefined; display?: undefined; })[]; }; icon: string; category: string; snippets: any; }; export default _default;