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; title: { label: string; tip: string; }; propType: string; description: string; defaultValue?: undefined; } | { name: string; propType: string; defaultValue?: undefined; title?: undefined; description?: undefined; } | { name: string; propType: { type: string; value: string[]; }; description: string; defaultValue: string; title?: undefined; } | { name: string; propType: string; description: string; defaultValue?: undefined; title?: undefined; } | { name: string; propType: { type: string; value: string; }; defaultValue?: undefined; title?: undefined; description?: undefined; } | { name: string; propType: string; description: string; defaultValue: boolean; 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; })[]; configure: { supports: { style: boolean; events: string[]; }; props: ({ name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { options: { label: string; value: string; }[]; toolbar?: undefined; disableIcon?: undefined; }; }; description: string; defaultValue: string; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: string; setter: string; description?: undefined; defaultValue?: undefined; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: string; defaultValue: boolean; description?: undefined; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: string; setter: string; defaultValue: boolean; description?: undefined; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; display: string; title: string; tip: { title: string; url: string; }; setValue: (target: any, value: any) => void; setter: { componentName: string; props: { toolbar: string[]; disableIcon: boolean; options?: undefined; }; }; description?: undefined; defaultValue?: undefined; })[]; }; icon: string; category: string; }; export default _default;