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?: undefined; defaultValue?: undefined; } | { name: string; propType: { type: string; value?: undefined; }; description: string; defaultValue?: undefined; } | { name: string; propType: string; description: string; defaultValue: boolean; } | { name: string; propType: string; description: string; defaultValue?: undefined; } | { name: string; propType: { type: string; value: string[]; }; description: string; defaultValue: string; })[]; configure: { component: { isContainer: boolean; }; props: ({ name: string; title: string; defaultValue: boolean; setter: { componentName: string; props: { options: { label: string; value: boolean; }[]; toolbar?: undefined; }; }; condition?: undefined; description?: undefined; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: string; defaultValue: boolean; condition: (target: any) => boolean; setter: { componentName: string; props: { options: { label: string; value: boolean; }[]; toolbar?: undefined; }; }; description?: undefined; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: string; setter: { componentName: string; props?: undefined; }; description: string; defaultValue: boolean; condition?: undefined; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: string; setter: { componentName: string; props?: undefined; }; defaultValue: boolean; condition?: undefined; description?: undefined; display?: undefined; tip?: undefined; setValue?: 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; }; }; defaultValue?: undefined; condition?: undefined; description?: undefined; })[]; supports: { style: boolean; events: string[]; }; }; icon: string; category: string; snippets: { title: string; screenshot: string; schema: { componentName: string; props: { prefix: string; selectable: boolean; selectedKeys: any[]; defaultExpandAll: boolean; checkedStrategy: string; autoExpandParent: boolean; animation: boolean; focusable: boolean; plainData: string; dataSource: any[]; }; }; }[]; }; export default _default;