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; description: string; defaultValue?: undefined; } | { name: string; propType: string; description?: undefined; defaultValue?: undefined; } | { name: string; propType: { type: string; value: string[]; }; description: string; defaultValue: string; } | { name: string; propType: string; description: string; defaultValue: boolean; } | { name: string; propType: { type: string; value: string; }; description: string; defaultValue: string; })[]; configure: { props: ({ name: string; title: string; setter: { componentName: string; props: { options: { title: string; value: string; }[]; toolbar?: undefined; disableIcon?: undefined; }; }; defaultValue: string; condition?: undefined; display?: undefined; setValue?: undefined; } | { name: string; title: string; setter: string; defaultValue: string; condition?: undefined; display?: undefined; setValue?: undefined; } | { name: string; title: string; setter: { componentName: string; props: { options: { title: string; value: boolean; }[]; toolbar?: undefined; disableIcon?: undefined; }; }; defaultValue: boolean; condition?: undefined; display?: undefined; setValue?: undefined; } | { name: string; title: string; setter: string; defaultValue: boolean; condition?: undefined; display?: undefined; setValue?: undefined; } | { name: string; title: string; setter: string; condition(target: any): any; defaultValue?: undefined; display?: undefined; setValue?: undefined; } | { name: string; display: string; title: string; setter: { componentName: string; props: { toolbar: string[]; disableIcon: boolean; options?: undefined; }; }; setValue: (target: any, value: any) => void; defaultValue?: undefined; condition?: undefined; })[]; supports: { events: string[]; }; }; icon: string; category: string; snippets: { title: string; screenshot: string; schema: { componentName: string; props: { prefix: string; mode: string; titles: string[]; dataSource: { label: string; value: string; disabled: boolean; }[]; plainData: string; defaultLeftChecked: any[]; notFoundContent: string; }; }; }[]; }; export default _default;