declare const _default: { group: string; componentName: string; title: string; docUrl: string; screenshot: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ name: string; propType: { type: string; value: string; }; description: string; defaultValue: string; title?: undefined; } | { name: string; propType: string; description?: undefined; defaultValue?: undefined; title?: undefined; } | { name: string; title: string; propType: string; description?: undefined; defaultValue?: undefined; })[]; configure: { props: ({ 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: { label: string; value: string; }[]; }; }; defaultValue: string; } | { name: string; title: string; setter: string; defaultValue?: undefined; })[]; }; icon: string; category: string; snippets: { title: string; screenshot: string; schema: { componentName: string; props: { size: string; style: { wordBreak: string; }; children: string; }; }; }[]; }; export default _default;