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; description?: undefined; title?: undefined; } | { name: string; propType: string; defaultValue?: undefined; description?: undefined; title?: undefined; } | { name: string; propType: { type: string; value: string; }; description: string; defaultValue?: undefined; title?: undefined; } | { name: string; title: string; propType: { type: string; value: string[]; }; description: string; defaultValue: string; } | { name: string; title: string; propType: { type: string; value: (string | boolean)[]; }; description: string; defaultValue?: undefined; } | { name: string; propType: { type: string; value: string; }; description: string; defaultValue: any[]; title?: undefined; } | { name: string; propType: string; description: string; defaultValue?: undefined; title?: undefined; } | { name: string; title: string; propType: string; description: string; defaultValue?: undefined; } | { name: string; title: string; propType: string; description: string; defaultValue: boolean; })[]; configure: { component: { isContainer: boolean; isMinimalRenderUnit: boolean; }; props: ({ name: string; title: { type: string; zh_CN: string; en_US: string; label?: undefined; tip?: undefined; }; getValue: (target: any) => "normal" | "text" | "ghost"; setValue: (target: any, value: any) => void; setter: { componentName: string; props: { options: { title: string; value: string; }[]; toolbar?: undefined; }; }; defaultValue: string; condition?: undefined; display?: undefined; tip?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; type?: undefined; zh_CN?: undefined; en_US?: undefined; }; defaultValue: string; condition: (target: any) => boolean; setter: { componentName: string; props: { options: { label: string; value: string; }[]; toolbar?: undefined; }; }; getValue?: undefined; setValue?: undefined; display?: undefined; tip?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; type?: undefined; zh_CN?: undefined; en_US?: undefined; }; setter: { componentName: string; props: { options: { label: string; value: string; }[]; toolbar?: undefined; }; }; defaultValue: string; getValue?: undefined; setValue?: undefined; condition?: undefined; display?: undefined; tip?: undefined; } | { name: string; display: string; title: string; tip: { title: string; url: string; }; setValue: (target: any, value: any) => void; setter: { componentName: string; props: { toolbar: string[]; options?: undefined; }; }; getValue?: undefined; defaultValue?: undefined; condition?: undefined; })[]; }; icon: string; category: string; }; export default _default;