declare const _default: { group: string; componentName: string; title: string; docUrl: string; screenshot: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; }; props: ({ name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; propType: { type: string; value: string[]; }; description: string; } | { name: string; propType: string; description: string; title?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; propType: string; description: string; } | { name: string; propType: string; title?: undefined; description?: undefined; })[]; configure: { props: ({ name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; setter: string; getValue: (target: any) => any; setValue: (target: any, value: any) => void; supportVariable?: undefined; defaultValue?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; setter: string; supportVariable: boolean; getValue: (target: any) => any; setValue: (target: any, value: any) => void; defaultValue?: 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; }[]; }; }; getValue?: undefined; setValue?: undefined; supportVariable?: undefined; defaultValue?: 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: { title: string; value: string; }[]; }; }; getValue?: undefined; setValue?: undefined; supportVariable?: undefined; defaultValue?: undefined; } | { name: string; title: string; setter: { componentName: string; props: { options: { label: string; value: boolean; }[]; }; }; defaultValue: boolean; getValue?: undefined; setValue?: undefined; supportVariable?: undefined; })[]; }; icon: string; category: string; snippets: any; }; export default _default;