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; defaultValue: string; title?: undefined; description?: undefined; } | { name: string; propType: string; defaultValue: boolean; title?: undefined; description?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; description: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; description: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string; }; description: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; description: string; defaultValue: string; } | { name: string; propType: string; description: string; defaultValue?: undefined; title?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; description: string; defaultValue: string; } | { name: string; title: { label: string; tip: string; }; propType: string; description: string; defaultValue: boolean; } | { name: string; propType: string; defaultValue?: undefined; title?: undefined; description?: undefined; })[]; configure: { props: ({ name: string; title: string; defaultValue: string; setter: { componentName: string; props: { options: { title: string; value: string; }[]; placeholder?: undefined; }; }; } | { name: string; title: { label: string; tip: string; }; defaultValue: boolean; setter: { componentName: string; props: { options: { value: boolean; label: string; }[]; placeholder?: 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: { label: string; value: string; }[]; placeholder?: undefined; }; }; defaultValue: string; } | { name: string; title: string; setter: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { placeholder: string; options?: undefined; }; }; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; defaultValue: string; setter: string; })[]; }; icon: string; category: string; snippets: { title: string; screenshot: string; schema: { componentName: string; props: { prefix: string; size: string; hasClear: boolean; format: string; popupAlign: string; popupTriggerType: string; }; }; }[]; }; export default _default;