declare const _default: { componentName: string; title: string; category: string; group: string; props: { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; }[]; configure: { component: { nestingRule: { parentWhitelist: string[]; }; }; }; }; export default _default;