declare const _default: { componentName: string; title: string; category: string; docUrl: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; title: string; isRequired: boolean; initialValue: { type: string; value: any[]; }; }; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; })[]; configure: { component: { isContainer: boolean; nestingRule: { parentWhitelist: string[]; }; }; supports: { style: boolean; }; }; snippets: { title: string; screenshot: any; schema: { componentName: string; props: { key: string; title: string; children: { type: string; value: { componentName: string; props: { style: { height: string; }; children: string; }; }[]; }; }; }; }[]; }; export default _default;