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; title: string; description: string; defaultValue?: undefined; } | { name: string; propType: string; description: string; title?: undefined; defaultValue?: undefined; } | { name: string; propType: string; title?: undefined; description?: undefined; defaultValue?: undefined; } | { name: string; title: string; propType: { type: string; value: string[]; }; description: string; defaultValue?: undefined; } | { name: string; title: string; propType: { type: string; value: string[]; }; description: string; defaultValue: string; })[]; configure: { props: ({ name: string; title: string; setter: { componentName: string; props: { placeholder: string; options?: undefined; }; }; defaultValue?: undefined; getValue?: undefined; setValue?: undefined; condition?: 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; }[]; placeholder?: undefined; }; }; defaultValue: string; getValue?: undefined; setValue?: undefined; condition?: 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: { value: string; title: string; }[]; placeholder?: undefined; }; }; defaultValue?: undefined; getValue?: undefined; setValue?: undefined; condition?: undefined; } | { name: string; title: string; setter: { componentName: string; props: { options: { title: string; value: string; }[]; placeholder?: undefined; }; }; getValue: (target: any) => "default" | "number" | "clear"; setValue: (target: any, value: any) => void; defaultValue?: undefined; condition?: undefined; } | { name: string; title: string; condition: (target: any) => any; setter: string; defaultValue: number; getValue?: undefined; setValue?: undefined; } | { name: string; title: string; setter: string; defaultValue?: undefined; getValue?: undefined; setValue?: undefined; condition?: 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: boolean; }[]; placeholder?: undefined; }; }; defaultValue?: undefined; getValue?: undefined; setValue?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { placeholder: string; options?: undefined; }; }; defaultValue?: undefined; getValue?: undefined; setValue?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { placeholder: string; options?: undefined; }; }; defaultValue: string; getValue?: undefined; setValue?: undefined; condition?: undefined; })[]; supports: { style: boolean; events: string[]; }; }; icon: string; category: string; snippets: { title: string; screenshot: string; schema: { componentName: string; props: { hasBorder: boolean; size: string; autoComplete: string; placeholder: string; maxLength: number; }; }; }[]; }; export default _default;