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: string; description: string; defaultValue?: undefined; title?: undefined; } | { name: string; propType: string; description: string; defaultValue: string; title?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; }; propType: { type: string; value?: undefined; }; description: string; defaultValue: boolean; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; }; propType: { type: string; value: string[]; }; description: string; defaultValue: string; })[]; configure: { props: ({ name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; }; setter: { componentName: string; props: { options: { label: string; value: string; }[]; }; }; setValue: (target: any, value: any) => void; defaultValue: string; condition?: undefined; } | { name: string; setter: string; title: string; defaultValue: string; condition: (target: any) => boolean; setValue?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; }; condition: (target: any) => boolean; setter: { componentName: string; props: { options: { label: string; value: string; }[]; }; }; defaultValue: string; setValue?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; }; setter: { componentName: string; props: { options: { label: string; value: boolean; }[]; }; }; defaultValue: boolean; setValue?: undefined; condition?: undefined; })[]; }; icon: string; category: string; snippets: any; }; export default _default;