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; } | { name: string; propType: { type: string; value: string[]; }; description: string; defaultValue: string; } | { name: string; propType: { type: string; value: string[]; }; description: string; defaultValue?: undefined; } | { name: string; propType: string; description: string; defaultValue: string; } | { name: string; propType: string; description: string; defaultValue: boolean; })[]; configure: { props: ({ name: string; title: string; setter: { componentName: string; props: { options: { title: string; value: string; }[]; itemSetter?: undefined; }; }; defaultValue: string; display?: undefined; } | { name: string; display: string; title: string; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: string; setter: string; important: boolean; } | { name: string; title: string; setter: string; important?: undefined; })[]; }; }; initialValue: { label: string; value: string; }; }; options?: undefined; }; }; defaultValue?: undefined; } | { name: string; title: string; setter: string; defaultValue?: undefined; display?: undefined; })[]; supports: { style: boolean; events: string[]; }; }; icon: string; category: string; }; export default _default;