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; }; configure: { component: { rootSelector: string; }; props: ({ name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { defaultValue: string; options: { value: string; title: string; }[]; toolbar?: undefined; disableIcon?: undefined; }; }; defaultValue?: 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; }; }; setter: { componentName: string; props: { options: { label: string; value: string; }[]; defaultValue?: undefined; toolbar?: undefined; disableIcon?: undefined; }; }; defaultValue: string; setValue?: undefined; display?: undefined; tip?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { defaultValue: string; options: { value: boolean; title: string; }[]; toolbar?: undefined; disableIcon?: undefined; }; }; defaultValue?: 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; }; }; setter: { componentName: string; props: { options: { label: string; value: boolean; }[]; defaultValue?: undefined; toolbar?: undefined; disableIcon?: undefined; }; }; defaultValue?: undefined; setValue?: undefined; display?: undefined; tip?: undefined; } | { name: string; title: string; setter: string; setValue: (target: any) => void; defaultValue?: undefined; display?: undefined; tip?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: string; defaultValue?: undefined; setValue?: undefined; display?: undefined; tip?: undefined; } | { name: string; title: { label: string; tip: string; }; defaultValue: string; setter: string; setValue?: undefined; display?: undefined; tip?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: string; defaultValue: boolean; setValue?: undefined; display?: undefined; tip?: undefined; } | { name: string; title: string; setter: string; defaultValue: boolean; setValue?: 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[]; disableIcon: boolean; defaultValue?: undefined; options?: undefined; }; }; defaultValue?: undefined; })[]; supports: { style: boolean; events: { name: string; propType: string; description: string; }[]; }; }; icon: string; category: string; snippets: { title: string; screenshot: string; schema: { componentName: string; props: { mode: string; hasArrow: boolean; cacheValue: boolean; visible: boolean; plainData: string; dataSource: any[]; value: any[]; }; }; }[]; }; export default _default;