declare const _default: { componentName: string; title: string; category: string; docUrl: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; } | { name: string; title: { label: string; tip: string; }; propType: string; 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; }; }; }[]; }; export default _default;