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